Home
last modified time | relevance | path

Searched refs:_binaryBufferOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5507 jint _binaryBufferOffset = (jint) 0; in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() local
5531 …id *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2()
5542 binary = (GLvoid *) (_binaryBase + _binaryBufferOffset); in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2()
Dandroid_opengl_GLES20.cpp4436 jint _binaryBufferOffset = (jint) 0; in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I() local
4455 …id *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
4468 binary = (GLvoid *) (_binaryBase + _binaryBufferOffset); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()