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

  /external/skia/tests/
RectangleTextureTest.cpp 136 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
159 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID));
EGLImageTest.cpp 42 GR_GL_CALL(glctx0->gl(), DeleteTextures(1, &texID0));
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 99 GL_CALL(DeleteTextures(1, &fInfo.fID));
GrGLAssembleInterface.cpp 124 GET_PROC(DeleteTextures);
611 GET_PROC(DeleteTextures);
    [all...]
GrGLGpu.cpp     [all...]
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 299 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID));
304 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID));
  /external/skia/bench/
GLVec4ScalarBench.cpp 284 GR_GL_CALL(gl, DeleteTextures(1, &fFboTextureId));
GLVertexAttributesBench.cpp 252 GR_GL_CALL(gl, DeleteTextures(1, &fTexture));
GLInstancedArraysBench.cpp 375 GR_GL_CALL(gl, DeleteTextures(1, &fTexture));
  /external/skia/gm/
rectangletexture.cpp 118 GR_GL_CALL(gl, DeleteTextures(1, &id));
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 192 void DeleteTextures(GLsizei n, const GLuint* textures);
730 return es1::DeleteTextures(n, textures);
    [all...]
libGLES_CM.cpp 1121 void DeleteTextures(GLsizei n, const GLuint* textures)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 191 void DeleteTextures(GLsizei n, const GLuint* textures);
567 return es2::DeleteTextures(n, textures);
    [all...]
libGLESv2.cpp 1371 void DeleteTextures(GLsizei n, const GLuint* textures)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 893 { "glDeleteTextures", _O(DeleteTextures) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 169 void DeleteTextures(GLsizei n, const GLuint* textures) override;
    [all...]
mojo_gles2_impl_autogen.cc 295 void MojoGLES2Impl::DeleteTextures(GLsizei n, const GLuint* textures) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 342 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 371 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 444 #define glDeleteTextures MANGLE(DeleteTextures)
    [all...]

Completed in 255 milliseconds