OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteTextures
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/opengl/libagl/
TextureObjectManager.h
99
void
deleteTextures
(GLsizei n, const GLuint *tokens);
TextureObjectManager.cpp
305
void EGLSurfaceManager::
deleteTextures
(GLsizei n, const GLuint *tokens)
texture.cpp
923
c->surfaceManager->
deleteTextures
(n, textures);
[
all
...]
/development/tools/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)
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
662
state->
deleteTextures
(n, textures);
[
all
...]
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
[
all
...]
Completed in 2478 milliseconds