Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp960 char * _pipelinesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2() local
961 pipelines = (GLuint *) (_pipelinesBase + _bufferOffset); in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2()
1026 char * _pipelinesBase = (char *)_env->GetIntArrayElements(_array, (jboolean *) 0); in android_glGenProgramPipelines__ILjava_nio_IntBuffer_2() local
1027 pipelines = (GLuint *) (_pipelinesBase + _bufferOffset); in android_glGenProgramPipelines__ILjava_nio_IntBuffer_2()