HomeSort by relevance Sort by last modified time
    Searched full:deletetextures (Results 1 - 23 of 23) sorted by null

  /external/skia/src/gpu/gl/
GrGLTexture.h 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID));
GrGpuGL.cpp 145 GR_GL_CALL(gl, DeleteTextures(1, &testRTTex));
    [all...]
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 63 GR_GET_PROC(GrGLDeleteTexturesProc, DeleteTextures);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 67 GR_GL_GET_PROC(DeleteTextures);
  /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.cpp 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
GLClientState.h 176 void deleteTextures(GLsizei n, const GLuint* textures);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
GLClientState.h 176 void 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...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 660 // TODO: fuse the following block with DeleteTextures?
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 272 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 272 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 272 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]

Completed in 985 milliseconds