/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A 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 in GeometryShaderLayeredRenderingBoundaryConditionVariousTextures() 615 TextureInfo texInfo; GeometryShaderLayeredRenderingBoundaryConditionNoGS() local 684 TextureInfo texInfo; GeometryShaderLayeredRenderingBoundaryConditionNoLayerSet() local 771 TextureInfo texInfo; GeometryShaderLayeredRenderingBoundaryConditionNoLayeredFBO() local [all...] |
/third_party/skia/src/gpu/mock/ |
H A D | GrMockGpu.cpp | 114 GrMockTextureInfo texInfo(ct, SkImage::CompressionType::kNone, NextInternalTextureID()); in onCreateTexture() 119 mipmapStatus, texInfo, rtInfo)); in onCreateTexture() 122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateTexture() 145 GrMockTextureInfo texInfo(GrColorType::kUnknown, in onCreateCompressedTexture() 150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateCompressedTexture() 168 GrMockTextureInfo texInfo; in onWrapBackendTexture() local 169 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture() 171 SkImage::CompressionType compression = texInfo.compressionType(); in onWrapBackendTexture() 180 texInfo, wrapType, ioType)); in onWrapBackendTexture() 193 GrMockTextureInfo texInfo; in onWrapRenderableBackendTexture() local [all...] |
H A D | GrMockTexture.h | 161 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() 164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo) in GrMockTextureRenderTarget() 175 const GrMockTextureInfo& texInfo, in GrMockTextureRenderTarget() 179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo) in GrMockTextureRenderTarget() 155 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo) GrMockTextureRenderTarget() argument 170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
|
/third_party/skia/tests/ |
H A 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/include/gpu/dawn/ |
H A 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/ |
H A D | GrThreadSafeCache.cpp | 337 GrProxyProvider::TextureInfo texInfo{ GrMipMapped::kNo, GrTextureType::k2D }; in CreateLazyView() 356 &texInfo, in CreateLazyView()
|