Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp29 const int texHeight = 66; in TEST_F() local
79 const int texHeight = 64; in TEST_F() local
129 const int texHeight = 66; in TEST_F() local
197 enum { texHeight = 16 }; in TEST_F() enumerator
342 const int texHeight = 66; in TEST_F() local
388 const int texHeight = 64; in TEST_F() local
701 int texHeight = 16; in TEST_F() local
H A DSurfaceTextureGLToGL_test.cpp26 const uint32_t texHeight = 64; in TEST_F() local
82 const int texHeight = 64; in TEST_F() local
340 enum { texHeight = 64 }; in TEST_F() enumerator
400 enum { texHeight = 16 }; in TEST_F() enumerator
464 enum { texHeight = 16 }; in TEST_F() enumerator
H A DSurfaceTextureFBO_test.cpp28 const int texHeight = 64; in TEST_F() local
/aosp_15_r20/external/skia/tools/viewer/
H A DSlidesSlide.cpp285 static void make_fan(Rec* rec, int texWidth, int texHeight) { in make_fan()
316 static void make_strip(Rec* rec, int texWidth, int texHeight) { in make_strip()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp241 const int texHeight = refTexture.getHeight(); in iterate() local
569 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
1225 const int texHeight = refTexture.getHeight(); in iterate() local
1483 const int texHeight = refTexture.getHeight(); in iterate() local
1810 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
2131 const int texHeight = refTexture.getHeight(); in iterate() local
H A Des3fVertexTextureTests.cpp737 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init() local
1053 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init() local
1409 const int texHeight = HEIGHT_2D_ARRAY; in init() local
1475 const int texHeight = refTexture.getHeight(); in calculateLod() local
1740 const int texHeight = HEIGHT_3D; in init() local
H A Des3fTextureUnitTests.cpp730 const int texHeight = is2dTex ? TEXTURE_HEIGHT_2D : in init() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
H A DResourceModifier.java57 int texHeight = bitmap.getHeight(); in ResourceModifier() local
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp236 int texHeight = refTexture.getHeight(); in iterate() local
509 int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp224 int texHeight = refTexture.getHeight(); in iterate() local
491 int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
/aosp_15_r20/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
DTextureRenderer.java93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
/aosp_15_r20/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
H A DTextureRenderer.java93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
/aosp_15_r20/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
H A DTextureRenderer.java93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
/aosp_15_r20/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DTextureRenderer.java93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DGLUtils.cpp212 GLuint GLUtils::genTexture(int texWidth, int texHeight, int fill) { in genTexture()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java220 int texHeight = getTextureHeight(); in uploadToCanvas() local
H A DGLES20Canvas.java647 int texHeight = texture.getTextureHeight(); in convertCoordinate() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java220 int texHeight = getTextureHeight(); in uploadToCanvas() local
DGLES11Canvas.java425 int texHeight = texture.getTextureHeight(); in convertCoordinate() local
DGLES20Canvas.java647 int texHeight = texture.getTextureHeight(); in convertCoordinate() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp234 const int texHeight = refTexture.getHeight(); in iterate() local
569 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() local
H A Des2fVertexTextureTests.cpp586 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init() local
904 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init() local
H A Des2fTextureUnitTests.cpp586 const int texHeight = is2d ? TEXTURE_HEIGHT_2D : TEXTURE_HEIGHT_CUBE; in init() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java610 int texHeight = mCameraHeight + mCameraHeight / 2; in grabFrame() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5235 const float texHeight = (float)m_view.getHeight(); in sample4() local
5461 const float texHeight = (float)m_view.getHeight(); in sample4() local
5658 const float texHeight = (float)m_view.getHeight(); in sample4() local

123