Home
last modified time | relevance | path

Searched +defs:val +defs:buffer (Results 1476 – 1500 of 2946) sorted by relevance

1...<<51525354555657585960>>...118

/aosp_15_r20/external/angle/src/libGLESv2/
H A DlibGLESv2_autogen.cpp39 void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
497 GLboolean GL_APIENTRY glIsBuffer(GLuint buffer) in glIsBuffer()
860 void GL_APIENTRY glBindBufferBase(GLenum target, GLuint index, GLuint buffer) in glBindBufferBase()
866 glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRange()
900 void GL_APIENTRY glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in glClearBufferfi()
905 void GL_APIENTRY glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) in glClearBufferfv()
910 void GL_APIENTRY glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value) in glClearBufferiv()
915 void GL_APIENTRY glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) in glClearBufferuiv()
1550 GLuint buffer, in glBindVertexBuffer()
1607 void GL_APIENTRY glGetMultisamplefv(GLenum pname, GLuint index, GLfloat *val) in glGetMultisamplefv()
[all …]
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
HDcommons-collections.jar ... ArrayList implements org.apache.commons.collections.Buffer { private static final long serialVersionUID public void <init ...
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES31.cpp1076 const GLfloat *val) in ValidateGetMultisamplefv()
1093 const GLfloat *val) in ValidateGetMultisamplefvRobustANGLE()
1171 BufferID buffer, in ValidateBindVertexBuffer()
3089 const Buffer *buffer = context->getBuffer(bufferPacked); in ValidateTexBufferRangeBase() local
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-4.4_r1-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1170 GLchar buffer[16]; in checkVarying() local
1742 void Buffer::Init(BUFFERS buffer, USAGE usage, GLsizeiptr size, GLvoid *data) in Init()
1858 void Buffer::Bind(const Functions &gl, GLuint id, BUFFERS buffer) in Bind()
1873 void Buffer::BindBase(const Functions &gl, GLuint id, BUFFERS buffer, GLuint index) in BindBase()
1890 void Buffer::BindRange(const Functions &gl, GLuint id, BUFFERS buffer, GLuint index, GLintptr offse… in BindRange()
1906 void Buffer::Data(const glw::Functions &gl, BUFFERS buffer, USAGE usage, glw::GLsizeiptr size, glw:… in Data()
1923 void Buffer::SubData(const glw::Functions &gl, BUFFERS buffer, glw::GLintptr offset, glw::GLsizeipt… in SubData()
1960 void *Buffer::Map(const Functions &gl, BUFFERS buffer, ACCESS access) in Map()
1974 void Buffer::UnMap(const Functions &gl, BUFFERS buffer) in UnMap()
2016 GLenum Buffer::GetBufferGLenum(BUFFERS buffer) in GetBufferGLenum()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.cpp927 auto checkSubvalue = [&hasNonASCII](const IValue& val) { in containsNonASCIIString()
1454 for (const auto& buffer : buffers) { in printClass() local
/aosp_15_r20/external/libxml2/
H A Dxmllint.c508 static char buffer[50000]; variable
2754 unsigned long val; in parseInteger() local
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs161 val: T, field
276 buffer: usize, field
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
H A DMyHandler.h1366 sp<ABuffer> buffer; in onMessageReceived() local
1483 AString val; in parsePlayResponse() local
/aosp_15_r20/external/testng/ant/
HDivy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
HDsqlite4java-0.282.jar ... public int getPosition () java.nio.ByteBuffer buffer public com.almworks.sqlite4java.SWIGTYPE_p_direct_buffer getHandle ( ...
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-media-compat-nodeps/android_common/aar/
Dclasses.jar ... .support.v4.media.MediaBrowserCompat$ItemCallback val$cb final synthetic String val$mediaId final synthetic ...
Dandroid-support-media-compat-nodeps.jar ... .support.v4.media.MediaBrowserCompat$ItemCallback val$cb final synthetic String val$mediaId final synthetic ...
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwImpl.inl71 void glwBindBuffer (GLenum target, GLuint buffer)
79 void glwBindBufferBase (GLenum target, GLuint index, GLuint buffer)
87 void glwBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr si…
231 void glwBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
431 void glwClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
439 void glwClearBufferfv (GLenum buffer, GLint drawbuffer, const GLfloat *value)
447 void glwClearBufferiv (GLenum buffer, GLint drawbuffer, const GLint *value)
455 void glwClearBufferuiv (GLenum buffer, GLint drawbuffer, const GLuint *value)
487 void glwClearNamedBufferData (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, con…
495 void glwClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, …
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jvnet/staxex/stax-ex/1.8.1/
HDstax-ex-1.8.1.jar ... implements java.security.PrivilegedAction { final synthetic String val$propName void <init> (java.lang ...
/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp2600 integerPart decValue, val, multiplier; in convertFromDecimalString() local
3526 void AdjustToPrecision(SmallVectorImpl<char> &buffer, in AdjustToPrecision()
3662 SmallVector<char, 256> buffer; in toString() local
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1281 char *format_rw(struct io_req *ioreq, int fd, void *buffer, int signo, in format_rw()
1368 char *format_sds(struct io_req *ioreq, void *buffer, int sds, char *pattern) in format_sds()
4641 void cb_handler(sigval_t val) in cb_handler()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp4341 char buffer[256]; in TestKeywordVariantParsing() local
4524 char buffer[256]; in TestSetKeywordValue() local
5698 char buffer[50]; in TestGetVariantWithKeywords() local
6037 std::string val; in TestConstructorAcceptsBCP47() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dloctest.cpp4058 char buffer[256]; in TestKeywordVariantParsing() local
4241 char buffer[256]; in TestSetKeywordValue() local
5403 char buffer[50]; in TestGetVariantWithKeywords() local
5753 std::string val; in TestConstructorAcceptsBCP47() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDecj-4.6.1.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal ...
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/
DVanillaJavaBuilder_deploy.jar ... .google.common.collect.ImmutableList$Builder val$sources final synthetic java.nio.file. ...
DGenClass_deploy.jar ... { final synthetic java.nio.file.Path val$directory final synthetic com.google.devtools. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/ConfigInfrastructure/framework/framework-configinfrastructure.impl/android_common_apex34/combined/
Dframework-configinfrastructure.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/aconfig/ android/ ...

1...<<51525354555657585960>>...118