Home
last modified time | relevance | path

Searched defs:size_buf (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetTransformFeedbackVarying.cpp120 … _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 DglGetActiveUniform.cpp120 … _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 DglGetActiveAttrib.cpp120 … _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 Dtest_channel_transport.cc149 …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 Dserver_port_factory.cc133 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 Dandroid_opengl_GLES20.cpp1951 … _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 Dandroid_opengl_GLES30.cpp2250 … _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()