OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_indices
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp
13
GLuint*
_indices
= NULL;
local
54
_indices
= _indices_base + uniformIndicesOffset;
56
glGetUniformIndices(program, _count, _names,
_indices
);
91
GLuint*
_indices
= NULL;
local
120
_indices
= (GLuint*)getPointer(_env, uniformIndices_buf,
123
if (!
_indices
) {
126
_indices
= (GLuint*)(_indicesBase + _uniformIndicesOffset);
135
glGetUniformIndices(program, _count, _names,
_indices
);
/frameworks/base/core/jni/
android_opengl_GLES30.cpp
3103
GLuint*
_indices
= NULL;
local
3181
GLuint*
_indices
= NULL;
local
[
all
...]
Completed in 86 milliseconds