Home
last modified time | relevance | path

Searched defs:texture (Results 101 - 125 of 616) sorted by relevance

12345678910>>...25

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp33 namespace texture namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.cpp77 VkImageCreateInfo makeImageCreateInfo (const Texture& texture, const VkFormat format, const VkImageUsageFlags usage, const VkImageCreateFlags flags, const VkImageTiling tiling) in makeImageCreateInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DWindowSurfaceCGL.h36 GLuint texture; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h57 SupportRequirement texture; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DSurfaceGbm.cpp64 egl::Error SurfaceGbm::bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) in bindTexImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DWindowSurfaceEAGL.h44 GLuint texture; member
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp108 GLuint texture; in LoadTextureFromTGAImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp21 TextureRenderTarget9::TextureRenderTarget9(IDirect3DBaseTexture9 *texture, in TextureRenderTarget9() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.cpp110 setTexture2D(const gl::Context *context, gl::TextureType type, TextureGL *texture, GLenum *outInternalFormat) setTexture2D() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPbufferTest.cpp200 GLuint texture = 0; in TEST_P() local
270 GLuint texture in TEST_P() local
343 GLuint texture = 0; TEST_P() local
390 GLTexture texture; TEST_P() local
456 GLuint texture = 0; TEST_P() local
[all...]
H A DVulkanImageTest.cpp106 GLTexture texture; in TEST_P() local
151 GLTexture texture; in TEST_P() local
201 GLTexture texture; in TEST_P() local
269 GLTexture texture; TEST_P() local
[all...]
H A DSRGBFramebufferTest.cpp92 GLTexture texture; in TEST_P() local
133 GLTexture texture; in TEST_P() local
178 GLTexture texture; in TEST_P() local
215 GLTexture texture; TEST_P() local
322 GLTexture texture; TEST_P() local
349 GLTexture texture; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.h142 ValidateBindTexture(const Context *context, angle::EntryPoint entryPoint, TextureType target, TextureID texture) ValidateBindTexture() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp93 sk_sp<GrVkImage> texture in MakeNewTextureRenderTarget() local
24 GrVkTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus) GrVkTextureRenderTarget() argument
48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
63 create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt, GrProtected isProtected, sk_sp<GrVkImage> texture, sk_sp<GrVkImage>* colorAttachment, sk_sp<GrVkImage>* resolveAttachment) create_rt_attachments() argument
135 sk_sp<GrVkImage> texture = GrVkImage::MakeWrapped(gpu, MakeWrappedTextureRenderTarget() local
[all...]
/third_party/skia/src/gpu/
H A DGrTexture.cpp59 bool GrTexture::StealBackendTexture(sk_sp<GrTexture> texture, in StealBackendTexture() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp100 inline T texture(const sampler2DBase<T> &samp, const glm::vec2 &uv, float bias = 0.0f) in texture() function
/third_party/skia/tests/
H A DTraceMemoryDumpTest.cpp100 auto texture = in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
119 auto texture = in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
H A DWireClient.h34 WGPUTexture texture; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireServer.cpp34 bool WireServer::InjectTexture(WGPUTexture texture, in InjectTexture() argument
/third_party/skia/third_party/externals/dawn/src/include/dawn/
H A Ddawn_wsi.h30 } texture; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D12Backend.cpp109 Ref<TextureBase> texture = backendDevice->CreateExternalTexture( in ProduceTexture() local
H A DCommandRecordingContext.cpp23 void CommandRecordingContext::AddToSharedTextureList(Texture* texture) { in AddToSharedTextureList() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServer.cpp43 bool Server::InjectTexture(WGPUTexture texture, in InjectTexture() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTexture3DTests.cpp71 wgpu::Texture texture = device.CreateTexture(&descriptor); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Ddraw_call_perf_utils.cpp196 void CreateColorFBO(GLsizei width, GLsizei height, GLuint *fbo, GLuint *texture) in CreateColorFBO() argument

Completed in 10 milliseconds

12345678910>>...25