Home
last modified time | relevance | path

Searched refs:texInfo (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp478 TextureInfo texInfo; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures() local
480 texInfo.m_depth = 2; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
481 texInfo.m_draw_buffer = GL_COLOR_ATTACHMENT0; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
482 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
483 texInfo.m_texture_target = GL_TEXTURE_3D; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
485 m_textures_info.push_back(texInfo); in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
487 texInfo.m_depth = 4; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
488 texInfo.m_draw_buffer = GL_COLOR_ATTACHMENT1; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
489 texInfo.m_id = 0; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
490 texInfo.m_texture_target = GL_TEXTURE_3D; in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures()
[all …]
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.cpp162 GrMockTextureInfo texInfo(ct, NextInternalTextureID()); in onCreateTexture() local
167 mipMapsStatus, texInfo, rtInfo)); in onCreateTexture()
170 new GrMockTexture(this, budgeted, desc, isProtected, mipMapsStatus, texInfo)); in onCreateTexture()
182 GrMockTextureInfo texInfo; in onWrapBackendTexture() local
183 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
185 SkASSERT(colorType == texInfo.fColorType); in onWrapBackendTexture()
189 desc.fConfig = texInfo.pixelConfig(); in onWrapBackendTexture()
195 new GrMockTexture(this, desc, isProtected, mipMapsStatus, texInfo, wrapType, ioType)); in onWrapBackendTexture()
203 GrMockTextureInfo texInfo; in onWrapRenderableBackendTexture() local
204 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
[all …]
DGrMockTexture.h141 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() argument
144 , GrMockTexture(gpu, desc, isProtected, mipMapsStatus, texInfo)
152 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() argument
155 , GrMockTexture(gpu, desc, isProtected, mipMapsStatus, texInfo)
/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp114 GrMockTextureInfo texInfo(ct, SkImage::CompressionType::kNone, NextInternalTextureID()); in onCreateTexture() local
119 mipmapStatus, texInfo, rtInfo)); in onCreateTexture()
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateTexture()
145 GrMockTextureInfo texInfo(GrColorType::kUnknown, in onCreateCompressedTexture() local
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateCompressedTexture()
157 GrMockTextureInfo texInfo; in onWrapBackendTexture() local
158 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
160 SkImage::CompressionType compression = texInfo.compressionType(); in onWrapBackendTexture()
169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
182 GrMockTextureInfo texInfo; in onWrapRenderableBackendTexture() local
[all …]
DGrMockTexture.h161 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() argument
164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo) in GrMockTextureRenderTarget()
175 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() argument
179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo) in GrMockTextureRenderTarget()
/third_party/flutter/skia/tests/
DEGLImageTest.cpp99 GrGLTextureInfo texInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
100 if (!backendTexture1.getGLTextureInfo(&texInfo)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
105 if (GR_GL_TEXTURE_2D != texInfo.fTarget) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
112 image = glCtx1->texture2DToEGLImage(texInfo.fID); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
133 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo.fTarget, texInfo.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
134 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/tests/
DEGLImageTest.cpp96 GrGLTextureInfo texInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
97 if (!mbet->texture().getGLTextureInfo(&texInfo)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
102 if (GR_GL_TEXTURE_2D != texInfo.fTarget) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
109 image = glCtx1->texture2DToEGLImage(texInfo.fID); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
130 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo.fTarget, texInfo.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
131 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo.fTarget, 0, 0, 0, kSize, kSize, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/src/image/
DSkSurface_GpuMtl.mm46 GrProxyProvider::TextureInfo texInfo;
47 texInfo.fMipmapped = GrMipmapped::kNo;
48 texInfo.fTextureType = GrTextureType::k2D;
78 metalLayer.framebufferOnly ? nullptr : &texInfo,
115 GrProxyProvider::TextureInfo texInfo;
116 texInfo.fMipmapped = GrMipmapped::kNo;
117 texInfo.fTextureType = GrTextureType::k2D;
146 mtkView.framebufferOnly ? nullptr : &texInfo,
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp262 UniformInfo& texInfo = fTextures.push_back(); in addSampler() local
263 texInfo.fVar.setType(textureType); in addSampler()
264 texInfo.fVar.setTypeModifier(GrShaderVar::kUniform_TypeModifier); in addSampler()
265 texInfo.fVar.setName(mangleTexName); in addSampler()
268 texInfo.fVar.addLayoutQualifier(texLayoutQualifier.c_str()); in addSampler()
269 texInfo.fVisibility = kFragment_GrShaderFlag; in addSampler()
270 texInfo.fUBOOffset = 0; in addSampler()
273 reference.printf("makeSampler2D(%s, %s)", texInfo.fVar.getName().c_str(), in addSampler()
/third_party/skia/include/gpu/dawn/
DGrDawnTypes.h66 explicit GrDawnRenderTargetInfo(const GrDawnTextureInfo& texInfo) in GrDawnRenderTargetInfo()
67 : fFormat(texInfo.fFormat) in GrDawnRenderTargetInfo()
70 desc.format = texInfo.fFormat; in GrDawnRenderTargetInfo()
72 fTextureView = texInfo.fTexture.CreateView(&desc); in GrDawnRenderTargetInfo()
/third_party/skia/src/gpu/
DGrThreadSafeCache.cpp337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView() local
356 &texInfo, in CreateLazyView()