Home
last modified time | relevance | path

Searched refs:textureHandle (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/include/atlastext/
DSkAtlasTextRenderer.h48 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/
DGLTestAtlasTextRenderer.cpp25 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/
Dtexture_register.cpp68 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()
Dtexture_register.h36 …void RegisterTexture(int64_t id, long textureHandle, const fml::jni::JavaObjectWeakGlobalRef& laye…
/third_party/spirv-tools/test/val/
Dval_image_test.cpp6283 OpName %textureHandle "textureHandle" in TEST_F()