/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureGLToGL_test.cpp | 25 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 D | SurfaceTextureGL_test.cpp | 28 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 D | SurfaceTextureFBO_test.cpp | 27 const int texWidth = 64; in TEST_F() local
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SlidesSlide.cpp | 285 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 D | es3fTextureMipmapTests.cpp | 240 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 D | es3fVertexTextureTests.cpp | 736 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 D | es3fTextureUnitTests.cpp | 726 const int texWidth = is2dTex ? TEXTURE_WIDTH_2D : in init() local
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
H A D | ResourceModifier.java | 56 int texWidth = bitmap.getWidth(); in ResourceModifier() local
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 235 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 D | es3aTextureMipmapTests.cpp | 223 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/ |
D | TextureRenderer.java | 93 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 D | TextureRenderer.java | 93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
|
/aosp_15_r20/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
H A D | TextureRenderer.java | 93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
|
/aosp_15_r20/development/samples/HelloEffects/src/com/example/android/mediafx/ |
H A D | TextureRenderer.java | 93 public void updateTextureSize(int texWidth, int texHeight) { in updateTextureSize()
|
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/ |
H A D | GLUtils.cpp | 212 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 D | UploadedTexture.java | 219 int texWidth = getTextureWidth(); in uploadToCanvas() local
|
H A D | GLES20Canvas.java | 646 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 219 int texWidth = getTextureWidth(); in uploadToCanvas() local
|
D | GLES11Canvas.java | 424 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
|
D | GLES20Canvas.java | 646 int texWidth = texture.getTextureWidth(); in convertCoordinate() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 233 const int texWidth = refTexture.getWidth(); in iterate() local 568 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() local
|
H A D | es2fVertexTextureTests.cpp | 585 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 D | es2fTextureUnitTests.cpp | 585 const int texWidth = is2d ? TEXTURE_WIDTH_2D : TEXTURE_WIDTH_CUBE; in init() local
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 5119 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 D | CameraStreamer.java | 609 int texWidth = mCameraWidth / 4; in grabFrame() local
|