Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4405 jint _binaryBufferOffset = (jint) 0; in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I() local
4424 …id *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
4437 binary = (GLvoid *) (_binaryBase + _binaryBufferOffset); in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
4449 releasePointer(_env, _binaryArray, (void *)((char *)binary - _binaryBufferOffset), in android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I()
H A Dandroid_opengl_GLES30.cpp5476 jint _binaryBufferOffset = (jint) 0; in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() local
5500 …id *)getPointer(_env, binary_buf, (jarray*)&_binaryArray, &_binaryRemaining, &_binaryBufferOffset); in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2()
5511 binary = (GLvoid *) (_binaryBase + _binaryBufferOffset); in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2()
5523 releasePointer(_env, _binaryArray, (void *)((char *)binary - _binaryBufferOffset), in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2()