OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextSamplerUniform
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
85
GLint
getNextSamplerUniform
(GLint index, GLint* val, GLenum* target);
133
GLint
getNextSamplerUniform
(GLuint program, GLint index, GLint* val, GLenum* target) const;
GLSharedGroup.cpp
160
GLint ProgramData::
getNextSamplerUniform
(GLint index, GLint* val, GLenum* target)
439
GLint GLSharedGroup::
getNextSamplerUniform
(GLuint program, GLint index, GLint* val, GLenum* target) const
443
return pData ? pData->
getNextSamplerUniform
(index, val, target) : -1;
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
[
all
...]
Completed in 82 milliseconds