Searched defs:nameOffset (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetActiveAttrib.java | 14 int nameOffset in glGetActiveAttrib()
|
H A D | glGetActiveUniform.java | 14 int nameOffset in glGetActiveUniform()
|
H A D | glGetTransformFeedbackVarying.java | 14 int nameOffset in glGetTransformFeedbackVarying()
|
H A D | glGetActiveUniformBlockName.cpp | 4 …ndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveUniformBlockName_III_3II_3BI()
|
H A D | glGetActiveUniform.cpp | 4 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
|
H A D | glGetActiveAttrib.cpp | 4 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
|
H A D | glGetTransformFeedbackVarying.cpp | 4 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
|
/aosp12/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 141 auto nameOffset = addStringAsByteVector(builder, name); in encodeHubInfoResponse() local
|
/aosp12/system/libziparchive/ |
H A D | zip_archive.cc | 717 const uint64_t nameOffset, ZipEntry64* data) { in FindEntry()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES20.java | 823 int nameOffset in glGetActiveAttrib() 872 int nameOffset in glGetActiveUniform()
|
H A D | GLES30.java | 896 int nameOffset in glGetTransformFeedbackVarying()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES20.cpp | 1835 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveAttrib__III_3II_3II_3II_3BI() 2159 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveUniform__III_3II_3II_3II_3BI()
|
H A D | android_opengl_GLES30.cpp | 2134 …_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() 4043 …ndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) { in android_glGetActiveUniformBlockName_III_3II_3BI()
|