| /third_party/flutter/skia/gm/ |
| D | samplerstress.cpp | 53 void createTexture() { in createTexture() function in skiagm::SamplerStressGM
|
| /third_party/skia/gm/ |
| D | samplerstress.cpp | 53 void createTexture() { in createTexture() function in skiagm::SamplerStressGM
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
| D | angle_unittests_utils.h | 38 TextureImpl *createTexture(const gl::TextureState &data) override { return nullptr; } in createTexture() function
|
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| D | angle_unittests_utils.h | 38 TextureImpl *createTexture(const gl::TextureState &data) override { return nullptr; } in createTexture() function
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrResourceProvider.cpp | 79 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc, in createTexture() function in GrResourceProvider 139 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc, in createTexture() function in GrResourceProvider 219 sk_sp<GrTexture> GrResourceProvider::createTexture(const GrSurfaceDesc& desc, in createTexture() function in GrResourceProvider
|
| D | GrGpu.cpp | 147 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, in createTexture() function in GrGpu 209 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, const GrBackendFormat& format, in createTexture() function in GrGpu
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | VulkanBarriersPerf.cpp | 163 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture() function in __anon53fa1c690111::VulkanBarriersPerfBenchmark
|
| /third_party/skia/src/gpu/ |
| D | GrResourceProvider.cpp | 44 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider 134 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider 193 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider
|
| D | GrGpu.cpp | 152 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() function in GrGpu 182 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() function in GrGpu
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | ResourceManager.cpp | 121 GLuint ResourceManager::createTexture() in createTexture() function in es2::ResourceManager
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | VulkanBarriersPerf.cpp | 183 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture() function in __anon502c7bb40111::VulkanBarriersPerfBenchmark
|
| /third_party/skia/tests/ |
| D | GrSurfaceTest.cpp | 87 auto createTexture = [](SkISize dimensions, GrColorType colorType, in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
|
| /third_party/flutter/skia/tools/gpu/atlastext/ |
| D | GLTestAtlasTextRenderer.cpp | 272 void* GLTestAtlasTextRenderer::createTexture(AtlasFormat format, int width, int height) { in createTexture() function in __anone725192c0111::GLTestAtlasTextRenderer
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ResourceManager.cpp | 234 TextureID TextureManager::createTexture() in createTexture() function in gl::TextureManager
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Context9.cpp | 66 TextureImpl *Context9::createTexture(const gl::TextureState &state) in createTexture() function in rx::Context9
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ResourceManager.cpp | 243 TextureID TextureManager::createTexture() in createTexture() function in gl::TextureManager
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLProtectedContentTest.cpp | 155 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture() function in EGLProtectedContentTest
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUDevice.cpp | 165 interop::Interface<interop::GPUTexture> GPUDevice::createTexture( in createTexture() function in wgpu::binding::GPUDevice
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 157 TextureImpl *Context11::createTexture(const gl::TextureState &state) in createTexture() function in rx::Context11
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | ContextNULL.cpp | 358 TextureImpl *ContextNULL::createTexture(const gl::TextureState &state) in createTexture() function in rx::ContextNULL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Context9.cpp | 68 TextureImpl *Context9::createTexture(const gl::TextureState &state) in createTexture() function in rx::Context9
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | ContextNULL.cpp | 428 TextureImpl *ContextNULL::createTexture(const gl::TextureState &state) in createTexture() function in rx::ContextNULL
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | ContextGL.cpp | 79 TextureImpl *ContextGL::createTexture(const gl::TextureState &state) in createTexture() function in rx::ContextGL
|
| /third_party/flutter/skia/tests/ |
| D | GrSurfaceTest.cpp | 86 auto createTexture = [](int width, int height, GrColorType colorType, in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | webgl.js | 211 createTexture: function (...args) { method
|