Searched defs:size_buf (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glGetTransformFeedbackVarying.cpp | 120 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 127 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() 287 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2()
|
H A D | glGetActiveUniform.cpp | 120 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 270 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveUniform2()
|
H A D | glGetActiveAttrib.cpp | 120 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 267 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | test_channel_transport.cc | 149 …uint8_t size_buf[4] = {static_cast<uint8_t>(size & 0xff), static_cast<uint8_t>((size >> 8) & 0xff), in SendResponse() local
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | server_port_factory.cc | 133 char size_buf[4] = {static_cast<uint8_t>(size & 0xff), static_cast<uint8_t>((size >> 8) & 0xff), in SendResponse() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES20.cpp | 1951 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2098 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2() 2275 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2425 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveUniform2()
|
H A D | android_opengl_GLES30.cpp | 2250 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2257 … _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() 2417 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2()
|