Home
last modified time | relevance | path

Searched defs:texHeight (Results 1 – 22 of 22) sorted by relevance

/external/skqp/samplecode/
DSampleVertices.cpp145 void make_fan(Rec* rec, int texWidth, int texHeight) { in make_fan()
175 void make_strip(Rec* rec, int texWidth, int texHeight) { in make_strip()
DPerlinPatch.cpp142 SkScalar texHeight = fTexScale * TexHeight; in onDrawContent() local
DSampleSlides.cpp288 static void make_fan(Rec* rec, int texWidth, int texHeight) { in make_fan()
318 static void make_strip(Rec* rec, int texWidth, int texHeight) { in make_strip()
/external/skia/samplecode/
DSampleVertices.cpp145 void make_fan(Rec* rec, int texWidth, int texHeight) { in make_fan()
175 void make_strip(Rec* rec, int texWidth, int texHeight) { in make_strip()
DPerlinPatch.cpp142 SkScalar texHeight = fTexScale * TexHeight; in onDrawContent() local
DSampleSlides.cpp288 static void make_fan(Rec* rec, int texWidth, int texHeight) { in make_fan()
318 static void make_strip(Rec* rec, int texWidth, int texHeight) { in make_strip()
/external/mesa3d/src/mesa/main/
Ddlist.h63 unsigned texWidth, texHeight; member
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp259 int texHeight = refTexture.getHeight(); in iterate() local
532 int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp250 int texHeight = refTexture.getHeight(); in iterate() local
519 int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp301 const int texHeight = refTexture.getHeight(); in iterate() local
625 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
1250 const int texHeight = refTexture.getHeight(); in iterate() local
1500 const int texHeight = refTexture.getHeight(); in iterate() local
1811 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
2127 const int texHeight = refTexture.getHeight(); in iterate() local
Des3fVertexTextureTests.cpp582 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init() local
888 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init() local
1228 const int texHeight = HEIGHT_2D_ARRAY; in init() local
1292 const int texHeight = refTexture.getHeight(); in calculateLod() local
1568 const int texHeight = HEIGHT_3D; in init() local
Des3fTextureUnitTests.cpp822 …const int texHeight = is2dTex ? TEXTURE_HEIGHT_2D : isCubeTex ? TEXTURE_HEIGHT_CUBE : is2dArr… in init() local
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp257 const int texHeight = refTexture.getHeight(); in iterate() local
586 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
Des2fVertexTextureTests.cpp482 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init() local
794 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init() local
Des2fTextureUnitTests.cpp644 const int texHeight = is2d ? TEXTURE_HEIGHT_2D : TEXTURE_HEIGHT_CUBE; in init() local
Des2fFboRenderTest.cpp1136 int texHeight = 64; in render() local
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c71 GLfloat texHeight[VARYING_SLOT_MAX]; member
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1163 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData()
1350 bool GrGLGpu::uploadCompressedTexData(GrPixelConfig texConfig, int texWidth, int texHeight, in uploadCompressedTexData()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1198 bool GrGLGpu::uploadTexData(GrPixelConfig texConfig, int texWidth, int texHeight, GrGLenum target, in uploadTexData()
1385 bool GrGLGpu::uploadCompressedTexData(GrPixelConfig texConfig, int texWidth, int texHeight, in uploadCompressedTexData()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4908 const float texHeight = (float)m_view.getHeight(); in sample4() local
5141 const float texHeight = (float)m_view.getHeight(); in sample4() local
5350 const float texHeight = (float)m_view.getHeight(); in sample4() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2967 GLint texHeight = texImage->Height; in find_mipmap_level() local
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp623 int texHeight, in TextureBorderClampTest()