Searched defs:deleteTextures (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp131 deleteTextures();
194 deleteTextures();
337 void TextureCubeMapArrayTextureSizeBase::deleteTextures(void) function in class:glcts::TextureCubeMapArrayTextureSizeBase
352 gl.deleteTextures(1, &m_to_std_id);
358 gl.deleteTextures(1, &m_to_shw_id);
1150 gl.deleteTextures(1, &m_rt_std_id);
1156 gl.deleteTextures(1, &m_rt_shw_id);
1575 gl.deleteTextures(1, &m_rt_img_id);
1608 void TextureCubeMapArrayTextureSizeRTComputeShader::deleteTextures(void) function in class:glcts::TextureCubeMapArrayTextureSizeRTComputeShader
1620 gl.deleteTextures(
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp680 void ReferenceContext::deleteTextures (int numTextures, const deUint32* textures) function in class:sglr::ReferenceContext
H A DsglrGLContext.cpp88 gl.deleteTextures(1, &tex);
187 void GLContext::deleteTextures (int numTextures, const deUint32* textures) function in class:sglr::GLContext
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h56 virtual GrGLvoid deleteTextures(GrGLsizei n, const GrGLuint* textures) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h56 virtual GrGLvoid deleteTextures(GrGLsizei n, const GrGLuint* textures) {} function in class:GrGLTestInterface

Completed in 137 milliseconds