/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 478 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/ |
D | GrMockGpu.cpp | 162 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 …]
|
D | GrMockTexture.h | 141 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/ |
D | GrMockGpu.cpp | 114 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 …]
|
D | GrMockTexture.h | 161 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/ |
D | EGLImageTest.cpp | 99 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/ |
D | EGLImageTest.cpp | 96 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/ |
D | SkSurface_GpuMtl.mm | 46 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/ |
D | GrDawnUniformHandler.cpp | 262 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/ |
D | GrDawnTypes.h | 66 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/ |
D | GrThreadSafeCache.cpp | 337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView() local 356 &texInfo, in CreateLazyView()
|