Home
last modified time | relevance | path

Searched defs:texture (Results 151 - 175 of 616) sorted by relevance

12345678910>>...25

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp88 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 DPbufferSurfaceEAGL.cpp90 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 DPbufferSurfaceGLX.cpp92 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.inl.h64 const Texture *texture = imageUnit.texture.get(); in MarkShaderStorageUsage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp162 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 DTimerQueriesTest.cpp195 GLuint texture; in TEST_P() local
H A DOcclusionQueriesTest.cpp329 GLTexture texture; in TEST_P() local
H A DGetImageTest.cpp212 GLTexture texture; in TEST_P() local
[all...]
H A DIndexBufferOffsetTest.cpp77 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
H A DBindUniformLocationTest.cpp121 GLTexture texture; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp54 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 DGenerateMipmapPerf.cpp242 GLTexture texture; in drawBenchmark() local
/third_party/skia/src/gpu/
H A DGrBackendTextureImageGenerator.cpp44 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 DGrTextureEffect.h104 GrTexture* texture() const { return fView.asTextureProxy()->peekTexture(); } in texture() function in GrTextureEffect
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp23 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 DGrD3DPipelineState.cpp106 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 DSurface.hpp84 Texture *texture = nullptr; member in egl::Surface
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.hpp71 Gradient texture[8][4]; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.hpp43 alignas(16) sw::Texture texture; variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSamplerFilterAnisotropicTests.cpp112 wgpu::Texture texture = device.CreateTexture(&descriptor); in InitTexture() local
H A DSamplerTests.cpp96 wgpu::Texture texture = device.CreateTexture(&descriptor); variable
H A DDepthStencilLoadOpTests.cpp150 wgpu::Texture texture; member in __anon20548::DepthStencilLoadOpTests
H A DExternalTextureTests.cpp48 wgpu::Texture texture = Create2DTexture(device, kWidth, kHeight, kFormat, kSampledUsage); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DCppHelloTriangle.cpp29 wgpu::Texture texture; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp36 TextureBase* texture = view->GetTexture(); in TextureViewUsedAs() local
63 AddRenderBundleTextureUsage( TextureBase* texture, const TextureSubresourceUsage& textureUsage) AddRenderBundleTextureUsage() argument
[all...]

Completed in 13 milliseconds

12345678910>>...25