OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteTextures
(Results
1 - 9
of
9
) 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
...]
/device/generic/goldfish/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/shared/OpenglCodecCommon/
GLClientState.h
176
void
deleteTextures
(GLsizei n, const GLuint* textures);
GLClientState.cpp
388
void GLClientState::
deleteTextures
(GLsizei n, const GLuint* textures)
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
661
state->
deleteTextures
(n, textures);
[
all
...]
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
[
all
...]
Completed in 897 milliseconds