/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayTex3DValidation.cpp | 59 deleteTexture(); in deinit() 107 deleteTexture(); in iterate() 134 deleteTexture(); in iterate() 151 deleteTexture(); in iterate() 164 deleteTexture(); in iterate() 181 deleteTexture(); in iterate() 240 void TextureCubeMapArrayTex3DValidation::deleteTexture() in deleteTexture() function in glcts::TextureCubeMapArrayTex3DValidation
|
D | esextcTextureCubeMapArrayTex3DValidation.hpp | 73 void deleteTexture(void);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | ResourceManager.cpp | 45 deleteTexture(mTextureNameSpace.firstName()); in ~ResourceManager() 90 void ResourceManager::deleteTexture(GLuint texture) in deleteTexture() function in es1::ResourceManager
|
D | ResourceManager.h | 56 void deleteTexture(GLuint texture);
|
D | Context.h | 448 void deleteTexture(GLuint texture);
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cStencilTexturingTests.cpp | 59 static void deleteTexture(deqp::Context& context, const GLuint id); 337 void Utils::deleteTexture(deqp::Context& context, const GLuint id) in deleteTexture() function in gl4cts::StencilTexturing::Utils 1263 Utils::deleteTexture(m_context, compute_dst_tex_id); in test() 1264 Utils::deleteTexture(m_context, compute_src_tex_id); in test() 1265 Utils::deleteTexture(m_context, draw_dst_tex_id); in test() 1266 Utils::deleteTexture(m_context, draw_src_tex_id); in test() 1278 Utils::deleteTexture(m_context, compute_dst_tex_id); in test() 1279 Utils::deleteTexture(m_context, compute_src_tex_id); in test() 1280 Utils::deleteTexture(m_context, draw_dst_tex_id); in test() 1281 Utils::deleteTexture(m_context, draw_src_tex_id); in test()
|
D | gl4cCopyImageTests.cpp | 85 static void deleteTexture(deqp::Context& context, glw::GLenum target, glw::GLuint name); 506 void Utils::deleteTexture(deqp::Context& context, GLenum target, GLuint name) in deleteTexture() function in gl4cts::CopyImage::Utils 4279 Utils::deleteTexture(m_context, test_case.m_dst_target, m_dst_tex_name); in clean() 4280 Utils::deleteTexture(m_context, test_case.m_src_target, m_src_tex_name); in clean() 4806 Utils::deleteTexture(m_context, test_case.m_tex_target, m_dst_tex_name); in clean() 4807 Utils::deleteTexture(m_context, test_case.m_tex_target, m_src_tex_name); in clean() 5209 Utils::deleteTexture(m_context, test_case.m_dst_target, m_dst_name); in iterate() 5214 Utils::deleteTexture(m_context, test_case.m_src_target, m_src_name); in iterate() 5597 Utils::deleteTexture(m_context, test_case.m_tex_target, m_dst_tex_name); in clean() 5598 Utils::deleteTexture(m_context, test_case.m_tex_target, m_src_tex_name); in clean()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 224 float deleteTexture; //!< Delete texture at end of iteration, even if we could re-use it. member 241 …FeatureProbabilities& pDeleteTexture (const float prob) { deleteTexture = prob; return *thi… in pDeleteTexture() 258 , deleteTexture (0.0f) in FeatureProbabilities()
|
D | glsLongStressCase.cpp | 1206 … it, even if could re-use it: " << probabilityStr(m_probabilities.deleteTexture) << TestLog… in init() 1519 if (m_rnd.getFloat() < m_probabilities.deleteTexture) in iterate()
|
/external/skqp/include/atlastext/ |
D | SkAtlasTextRenderer.h | 48 virtual void deleteTexture(void* textureHandle) = 0;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 59 deleteTexture(mTextureNameSpace.firstName()); in ~ResourceManager() 199 void ResourceManager::deleteTexture(GLuint texture) in deleteTexture() function in es2::ResourceManager
|
D | ResourceManager.h | 71 void deleteTexture(GLuint texture);
|
D | Context.h | 529 void deleteTexture(GLuint texture);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcNearestEdgeTests.cpp | 83 void deleteTexture (); 255 void NearestEdgeTestCase::deleteTexture () in deleteTexture() function in glcts::__anon3835e0a20111::NearestEdgeTestCase 425 deleteTexture(); in iterate()
|
D | glcKHRDebugTests.hpp | 218 static glw::GLvoid deleteTexture(const glw::Functions* gl, glw::GLuint id);
|
D | glcKHRDebugTests.cpp | 693 { GL_TEXTURE, createTexture, deleteTexture, "Texture" }, in iterate() 1225 GLvoid LabelsTest::deleteTexture(const Functions* gl, GLuint id) in deleteTexture() function in glcts::KHRDebug::LabelsTest
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 93 void deleteTexture (void); 293 deleteTexture(); in iterate() 428 void TextureSizeCase::deleteTexture (void) in deleteTexture() function in deqp::gles31::Functional::__anon621b04620111::TextureSizeCase
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.cpp | 48 fRenderer->deleteTexture(fDistanceFieldAtlas.fTextureHandle); in ~SkInternalAtlasTextContext()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 25 void deleteTexture(void* textureHandle) override; 299 void GLTestAtlasTextRenderer::deleteTexture(void* textureHandle) { in deleteTexture() function in __anone4ebf09f0111::GLTestAtlasTextRenderer
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 622 unwrappedContext_.deleteTexture(resource);
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | WindowSurfaceCGL.mm | 189 mStateManager->deleteTexture(mSwapState.textures[i].texture);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.h | 159 void deleteTexture(GLuint texture);
|
/external/angle/src/libANGLE/ |
D | Context.h | 381 void deleteTexture(TextureID texture);
|
/external/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 761 sm->deleteTexture(tex); in drawWithTexture()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 777 void deleteTexture (rc::Texture* texture);
|