Searched refs:textureHandle (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/include/atlastext/ |
D | SkAtlasTextRenderer.h | 48 virtual void deleteTexture(void* textureHandle) = 0; 57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width, 65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
|
/third_party/flutter/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 25 void deleteTexture(void* textureHandle) override; 27 void setTextureData(void* textureHandle, const void* data, int x, int y, int width, int height, 30 void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[], 300 void GLTestAtlasTextRenderer::deleteTexture(void* textureHandle) { in deleteTexture() argument 303 auto* atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in deleteTexture() 311 void GLTestAtlasTextRenderer::setTextureData(void* textureHandle, const void* data, int x, int y, in setTextureData() argument 315 auto atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in setTextureData() 335 void GLTestAtlasTextRenderer::drawSDFGlyphs(void* targetHandle, void* textureHandle, in drawSDFGlyphs() argument 340 auto atlas = reinterpret_cast<const AtlasTexture*>(textureHandle); in drawSDFGlyphs()
|
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | texture_register.cpp | 68 void TextureRegistry::RegisterTexture(int64_t id, long textureHandle, in RegisterTexture() argument 72 mapping_[id] = { id, textureHandle, layerTexture }; in RegisterTexture() 75 mapping_[id].handle_ = textureHandle; in RegisterTexture()
|
D | texture_register.h | 36 …void RegisterTexture(int64_t id, long textureHandle, const fml::jni::JavaObjectWeakGlobalRef& laye…
|
/third_party/spirv-tools/test/val/ |
D | val_image_test.cpp | 6283 OpName %textureHandle "textureHandle" in TEST_F()
|