Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp25 const uint32_t texWidth = 32; in TEST_F() local
81 const int texWidth = 64; in TEST_F() local
339 enum { texWidth = 64 }; in TEST_F() enumerator
399 enum { texWidth = 64 }; in TEST_F() enumerator
463 enum { texWidth = 64 }; in TEST_F() enumerator
H A DSurfaceTextureGL_test.cpp28 const int texWidth = 64; in TEST_F() local
78 const int texWidth = 64; in TEST_F() local
128 const int texWidth = 64; in TEST_F() local
196 enum { texWidth = 16 }; in TEST_F() enumerator
341 const int texWidth = 64; in TEST_F() local
387 const int texWidth = 64; in TEST_F() local
H A DSurfaceTextureFBO_test.cpp27 const int texWidth = 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.cpp240 const int texWidth = refTexture.getWidth(); in iterate() local
568 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() local
1224 const int texWidth = refTexture.getWidth(); in iterate() local
1482 const int texWidth = refTexture.getWidth(); in iterate() local
1809 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() local
2130 const int texWidth = refTexture.getWidth(); in iterate() local
H A Des3fVertexTextureTests.cpp736 const int texWidth = 1 << deLog2Ceil32(MAX_2D_RENDER_WIDTH / 2); in init() local
1052 const int texWidth = 1 << deLog2Ceil32(MAX_CUBE_RENDER_WIDTH / 3 / 2); in init() local
1408 const int texWidth = WIDTH_2D_ARRAY; in init() local
1474 const int texWidth = refTexture.getWidth(); in calculateLod() local
1739 const int texWidth = WIDTH_3D; in init() local
H A Des3fTextureUnitTests.cpp726 const int texWidth = is2dTex ? TEXTURE_WIDTH_2D : in init() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
H A DResourceModifier.java56 int texWidth = bitmap.getWidth(); in ResourceModifier() local
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp235 int texWidth = refTexture.getWidth(); in iterate() local
508 int texWidth = m_texture->getRefTexture().getSize(); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp223 int texWidth = refTexture.getWidth(); in iterate() local
490 int texWidth = 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.java219 int texWidth = getTextureWidth(); in uploadToCanvas() local
H A DGLES20Canvas.java646 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java219 int texWidth = getTextureWidth(); in uploadToCanvas() local
DGLES11Canvas.java424 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
DGLES20Canvas.java646 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp233 const int texWidth = refTexture.getWidth(); in iterate() local
568 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() local
H A Des2fVertexTextureTests.cpp585 const int texWidth = 1 << deLog2Ceil32(MAX_2D_RENDER_WIDTH / 2); in init() local
903 const int texWidth = 1 << deLog2Ceil32(MAX_CUBE_RENDER_WIDTH / 3 / 2); in init() local
H A Des2fTextureUnitTests.cpp585 const int texWidth = is2d ? TEXTURE_WIDTH_2D : TEXTURE_WIDTH_CUBE; in init() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5119 const float texWidth = (float)m_view.getWidth(); in sample4() local
5234 const float texWidth = (float)m_view.getWidth(); in sample4() local
5460 const float texWidth = (float)m_view.getWidth(); in sample4() local
5657 const float texWidth = (float)m_view.getWidth(); in sample4() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java609 int texWidth = mCameraWidth / 4; in grabFrame() local

123