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

  /frameworks/native/opengl/libagl/
TextureObjectManager.h 99 void deleteTextures(GLsizei n, const GLuint *tokens);
TextureObjectManager.cpp 303 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens)
texture.cpp 922 c->surfaceManager->deleteTextures(n, textures);
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 176 void deleteTextures(GLsizei n, const GLuint* textures);
GLClientState.cpp 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
  /sdk/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 661 state->deleteTextures(n, textures);
    [all...]
  /sdk/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]

Completed in 1350 milliseconds