| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
| H A D | PbufferSurfaceCGL.cpp | 88 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
| H A D | PbufferSurfaceEAGL.cpp | 90 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| H A D | PbufferSurfaceGLX.cpp | 92 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.inl.h | 64 const Texture *texture = imageUnit.texture.get(); in MarkShaderStorageUsage() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | PbufferSurfaceWGL.cpp | 162 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TimerQueriesTest.cpp | 195 GLuint texture; in TEST_P() local
|
| H A D | OcclusionQueriesTest.cpp | 329 GLTexture texture; in TEST_P() local
|
| H A D | GetImageTest.cpp | 212 GLTexture texture; in TEST_P() local [all...] |
| H A D | IndexBufferOffsetTest.cpp | 77 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
|
| H A D | BindUniformLocationTest.cpp | 121 GLTexture texture; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | SurfaceNULL.cpp | 54 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | GenerateMipmapPerf.cpp | 242 GLTexture texture; in drawBenchmark() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrBackendTextureImageGenerator.cpp | 44 GrBackendTextureImageGenerator::Make(sk_sp<GrTexture> texture, GrSurfaceOrigin origin, in Make() argument 25 RefHelper( GrTexture* texture, GrDirectContext::DirectContextID owningContextID, std::unique_ptr<GrSemaphore> semaphore) RefHelper() argument 68 GrBackendTextureImageGenerator( const SkImageInfo& info, GrTexture* texture, GrSurfaceOrigin origin, GrDirectContext::DirectContextID owningContextID, std::unique_ptr<GrSemaphore> semaphore, const GrBackendTexture& backendTex) GrBackendTextureImageGenerator() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrTextureEffect.h | 104 GrTexture* texture() const { return fView.asTextureProxy()->peekTexture(); } in texture() function in GrTextureEffect [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkTexture.cpp | 23 GrVkTexture(GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus) GrVkTexture() argument 54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument 71 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus) GrVkTexture() argument 92 sk_sp<GrVkImage> texture = GrVkImage::MakeTexture( MakeNewTexture() local 111 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, MakeWrappedTexture() local [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DPipelineState.cpp | 106 auto texture = static_cast<GrD3DTexture*>(geomProcTextures[i]->peekTexture()); in setAndBindTextures() local 114 auto texture = static_cast<GrD3DTexture*>(dstTexture); in setAndBindTextures() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | Surface.hpp | 84 Texture *texture = nullptr; member in egl::Surface
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | SetupProcessor.hpp | 71 Gradient texture[8][4]; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDescriptorSetLayout.hpp | 43 alignas(16) sw::Texture texture; variable
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | SamplerFilterAnisotropicTests.cpp | 112 wgpu::Texture texture = device.CreateTexture(&descriptor); in InitTexture() local
|
| H A D | SamplerTests.cpp | 96 wgpu::Texture texture = device.CreateTexture(&descriptor); variable
|
| H A D | DepthStencilLoadOpTests.cpp | 150 wgpu::Texture texture; member in __anon20548::DepthStencilLoadOpTests
|
| H A D | ExternalTextureTests.cpp | 48 wgpu::Texture texture = Create2DTexture(device, kWidth, kHeight, kFormat, kSampledUsage); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/examples/ |
| H A D | CppHelloTriangle.cpp | 29 wgpu::Texture texture; variable
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | PassResourceUsageTracker.cpp | 36 TextureBase* texture = view->GetTexture(); in TextureViewUsedAs() local 63 AddRenderBundleTextureUsage( TextureBase* texture, const TextureSubresourceUsage& textureUsage) AddRenderBundleTextureUsage() argument [all...] |