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

  /frameworks/base/libs/hwui/renderstate/
TextureState.h 67 void deleteTexture(GLuint texture);
TextureState.cpp 54 mShadowLutTexture->deleteTexture();
119 void TextureState::deleteTexture(GLuint texture) {
OffscreenBufferPool.cpp 107 texture.deleteTexture();
  /frameworks/base/libs/hwui/
Image.cpp 55 Caches::getInstance().textureState().deleteTexture(mTexture);
Texture.h 63 void deleteTexture();
178 texture->deleteTexture();
Dither.cpp 79 mCaches.textureState().deleteTexture(mDitherTexture);
GpuMemoryTracker.cpp 134 const_cast<Texture*>(texture)->deleteTexture();
Layer.cpp 60 texture.deleteTexture();
68 texture.deleteTexture();
Texture.cpp 81 void Texture::deleteTexture() {
82 mCaches.textureState().deleteTexture(mId);
Readback.cpp 183 caches.textureState().deleteTexture(texture);
TextDropShadowCache.cpp 135 texture->deleteTexture();
TextureCache.cpp 78 texture->deleteTexture();
GradientCache.cpp 99 texture->deleteTexture();
LayerRenderer.cpp 453 caches.textureState().deleteTexture(texture);
PathCache.cpp 249 texture->deleteTexture();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 101 GLToolbox.deleteTexture(mTexId);
GLToolbox.java 42 public static void deleteTexture(int texId) {
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 224 float deleteTexture; //!< Delete texture at end of iteration, even if we could re-use it.
241 FeatureProbabilities& pDeleteTexture (const float prob) { deleteTexture = prob; return *this; }
258 , deleteTexture (0.0f)
glsLongStressCase.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 83 void deleteTexture (void);
269 deleteTexture();
398 void TextureSizeCase::deleteTexture (void)
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 163 mTexture.deleteTexture();
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 622 unwrappedContext_.deleteTexture(resource);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 775 void deleteTexture (rc::Texture* texture);
    [all...]
sglrReferenceContext.cpp 462 deleteTexture(*i);
688 deleteTexture(texture);
692 void ReferenceContext::deleteTexture (Texture* texture)
    [all...]

Completed in 1272 milliseconds