Home
last modified time | relevance | path

Searched refs:glInfo (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DTraceMemoryDumpTest.cpp95 GrGLTextureInfo glInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
96 glInfo.fTarget = GR_GL_TEXTURE_2D; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
97 glInfo.fID = 7; // Arbitrary, we don't actually use the texture. in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
98 glInfo.fFormat = GR_GL_RGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
101 idDesc.fInfo = glInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
121 GrGLTextureInfo glInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
122 glInfo.fTarget = GR_GL_TEXTURE_2D; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
123 glInfo.fID = 7; // Arbitrary, we don't actually use the texture. in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
124 glInfo.fFormat = GR_GL_RGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
127 idDesc.fInfo = glInfo; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/src/gpu/
DGrBackendSurface.cpp212 const GrGLTextureInfo& glInfo) in GrBackendTexture() argument
219 , fGLInfo(glInfo) {} in GrBackendTexture()
474 const GrGLFramebufferInfo& glInfo) in GrBackendRenderTarget() argument
481 , fGLInfo(glInfo) { in GrBackendRenderTarget()
482 fIsValid = SkToBool(glInfo.fFormat); // the glInfo must have a valid format in GrBackendRenderTarget()
/external/skia/src/gpu/
DGrBackendSurface.cpp469 const GrGLTextureInfo glInfo, in GrBackendTexture() argument
476 , fGLInfo(glInfo, params.release()) {} in GrBackendTexture()
522 const GrGLTextureInfo& glInfo) in GrBackendTexture() argument
523 : GrBackendTexture(width, height, mipmapped, glInfo, sk_make_sp<GrGLTextureParameters>()) { in GrBackendTexture()
960 const GrGLFramebufferInfo& glInfo) in GrBackendRenderTarget() argument
966 , fGLInfo(glInfo) { in GrBackendRenderTarget()
967 fIsValid = SkToBool(glInfo.fFormat); // the glInfo must have a valid format in GrBackendRenderTarget()
/external/skqp/include/gpu/
DGrBackendSurface.h139 const GrGLTextureInfo& glInfo);
267 const GrGLFramebufferInfo& glInfo);
/external/skia/include/gpu/
DGrBackendSurface.h242 const GrGLTextureInfo& glInfo);
429 const GrGLFramebufferInfo& glInfo);
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp126 InternalFormat glInfo; member
144 formatInfo.glInfo.texture = desktopTexture; in InsertFormatMapping()
145 formatInfo.glInfo.filter = desktopFilter; in InsertFormatMapping()
147 formatInfo.glInfo.textureAttachment = desktopRender; in InsertFormatMapping()
148 formatInfo.glInfo.renderbuffer = desktopRender; in InsertFormatMapping()
448 return info.glInfo; in GetInternalFormatInfo()