Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetBufferPointerv.cpp5 GLint64 _mapLength; in android_glGetBufferPointerv__II() local
7 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength); in android_glGetBufferPointerv__II()
9 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1025 GLint64 _mapLength; in android_glGetBufferPointerv__II() local
1027 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength); in android_glGetBufferPointerv__II()
1029 return _env->NewDirectByteBuffer(_p, _mapLength); in android_glGetBufferPointerv__II()