HomeSort by relevance Sort by last modified time
    Searched refs:texInfo (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp 478 TextureInfo texInfo;
480 texInfo.m_depth = 2;
481 texInfo.m_draw_buffer = GL_COLOR_ATTACHMENT0;
482 texInfo.m_id = 0;
483 texInfo.m_texture_target = GL_TEXTURE_3D;
485 m_textures_info.push_back(texInfo);
487 texInfo.m_depth = 4;
488 texInfo.m_draw_buffer = GL_COLOR_ATTACHMENT1;
489 texInfo.m_id = 0;
490 texInfo.m_texture_target = GL_TEXTURE_3D
    [all...]
  /external/skia/src/gpu/mock/
GrMockCaps.h 79 const GrMockTextureInfo* texInfo = tex.getMockTextureInfo();
80 if (!texInfo) {
84 *config = texInfo->fConfig;
GrMockTexture.h 61 GrMipMapsStatus mipMapsStatus, const GrMockTextureInfo& texInfo)
63 , GrMockTexture(gpu, desc, mipMapsStatus, texInfo)
  /external/skia/tests/
EGLImageTest.cpp 98 const GrGLTextureInfo* texInfo = backendTexture1.getGLTextureInfo();
100 if (GR_GL_TEXTURE_2D != texInfo->fTarget) {
107 image = glCtx1->texture2DToEGLImage(texInfo->fID);
128 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo->fTarget, texInfo->fID));
129 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo->fTarget, 0, 0, 0, kSize, kSize,
  /external/skqp/tests/
EGLImageTest.cpp 98 const GrGLTextureInfo* texInfo = backendTexture1.getGLTextureInfo();
100 if (GR_GL_TEXTURE_2D != texInfo->fTarget) {
107 image = glCtx1->texture2DToEGLImage(texInfo->fID);
128 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo->fTarget, texInfo->fID));
129 GR_GL_CALL(glCtx1->gl(), TexSubImage2D(texInfo->fTarget, 0, 0, 0, kSize, kSize,
  /external/skqp/src/gpu/mock/
GrMockTexture.h 61 GrMipMapsStatus mipMapsStatus, const GrMockTextureInfo& texInfo)
63 , GrMockTexture(gpu, desc, mipMapsStatus, texInfo)
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 635 GrGLTextureInfo texInfo;
636 texInfo = *info;
638 if (GR_GL_TEXTURE_RECTANGLE != texInfo.fTarget &&
639 GR_GL_TEXTURE_2D != texInfo.fTarget) {
655 if (!this->createRenderTargetObjects(surfDesc, texInfo, &rtIDDesc)) {
    [all...]
GrGLGpu.h 383 bool createRenderTargetObjects(const GrSurfaceDesc&, const GrGLTextureInfo& texInfo,
GrGLCaps.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 634 GrGLTextureInfo texInfo;
635 texInfo = *info;
637 if (GR_GL_TEXTURE_RECTANGLE != texInfo.fTarget &&
638 GR_GL_TEXTURE_2D != texInfo.fTarget) {
654 if (!this->createRenderTargetObjects(surfDesc, texInfo, &rtIDDesc)) {
    [all...]
GrGLGpu.h 396 bool createRenderTargetObjects(const GrSurfaceDesc&, const GrGLTextureInfo& texInfo,
GrGLCaps.cpp     [all...]

Completed in 266 milliseconds