OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_indices_base
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp
12
GLuint*
_indices_base
= NULL;
local
52
_indices_base
= (GLuint*)_env->GetPrimitiveArrayCritical(
54
_indices =
_indices_base
+ uniformIndicesOffset;
59
if (
_indices_base
) {
60
_env->ReleasePrimitiveArrayCritical(uniformIndices_ref,
_indices_base
,
/frameworks/base/core/jni/
android_opengl_GLES30.cpp
3102
GLuint*
_indices_base
= NULL;
local
[
all
...]
Completed in 68 milliseconds