HomeSort by relevance Sort by last modified time
    Searched refs:getNextSamplerUniform (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 85 GLint getNextSamplerUniform(GLint index, GLint* val, GLenum* target);
132 GLint getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target) const;
GLSharedGroup.cpp 151 GLint ProgramData::getNextSamplerUniform(GLint index, GLint* val, GLenum* target)
411 GLint GLSharedGroup::getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target) const
415 return pData ? pData->getNextSamplerUniform(index, val, target) : -1;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 85 GLint getNextSamplerUniform(GLint index, GLint* val, GLenum* target);
132 GLint getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target) const;
GLSharedGroup.cpp 151 GLint ProgramData::getNextSamplerUniform(GLint index, GLint* val, GLenum* target)
411 GLint GLSharedGroup::getNextSamplerUniform(GLuint program, GLint index, GLint* val, GLenum* target) const
415 return pData ? pData->getNextSamplerUniform(index, val, target) : -1;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 837 while ((samplerIdx = shared->getNextSamplerUniform(program, samplerIdx, &samplerVal, &samplerTarget)) != -1) {
    [all...]

Completed in 78 milliseconds