HomeSort by relevance Sort by last modified time
    Searched defs:getBoundTexture (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 225 egl::Texture *Surface::getBoundTexture() const
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 803 GLuint texture = getBoundTexture(target);
834 GLuint texture = getBoundTexture(target);
841 GLuint texture = getBoundTexture(target);
848 GLuint texture = getBoundTexture(target);
855 GLuint texture = getBoundTexture(target);
893 GLuint texture = getBoundTexture(target);
900 GLuint texture = getBoundTexture(target);
907 GLuint texture = getBoundTexture(target);
913 GLuint GLClientState::getBoundTexture(GLenum target) const
949 entry.id = getBoundTexture(GL_TEXTURE_2D)
    [all...]

Completed in 203 milliseconds