Searched refs:prepareImage (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkScalerCache.cpp | 100 std::tuple<const void*, size_t> SkScalerCache::prepareImage(SkGlyph* glyph) { in prepareImage() function in SkScalerCache 148 auto[_, imageSize] = this->prepareImage(glyph); in prepareImages() 178 auto [image, imageSize] = this->prepareImage(glyph); in prepareForDrawingMasksCPU()
|
D | SkScalerCache.h | 124 std::tuple<const void*, size_t> prepareImage(SkGlyph* glyph) SK_REQUIRES(fMu);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 547 void prepareImage(Utils::program& program, Utils::texture& color_texture) const;
|
D | gl4cEnhancedLayoutsTests.hpp | 1170 virtual void prepareImage(glw::GLint location, Utils::Texture& image_texture) const;
|
D | gl4cShadingLanguage420PackTests.cpp | 2025 void GLSLTestBase::prepareImage(Utils::program& program, Utils::texture& color_texture) const in prepareImage() function in gl4cts::GLSL420Pack::GLSLTestBase 2100 prepareImage(program, color_tex); in testCompute()
|
D | gl4cEnhancedLayoutsTests.cpp | 6970 void TextureTestBase::prepareImage(GLint location, Utils::Texture& image_texture) const in test() function in gl4cts::EnhancedLayouts::TextureTestBase 7739 prepareImage(image_location, texture_im); in test() 7933 prepareImage(image_location, texture_im); in test()
|