OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setProgramIndexInfo
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
127
void
setProgramIndexInfo
(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
GLSharedGroup.cpp
361
void GLSharedGroup::
setProgramIndexInfo
(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name)
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
832
ctx->m_shared->
setProgramIndexInfo
(program, i, location, size, type, name);
[
all
...]
Completed in 322 milliseconds