HomeSort by relevance Sort by last modified time
    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 900 while ((samplerIdx = shared->getNextSamplerUniform(program, samplerIdx, &samplerVal, &samplerTarget)) != -1) {
    [all...]

Completed in 80 milliseconds