/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | DeviceInfo.cpp | 78 int DeviceInfo::maxTextureSize() const { in maxTextureSize() function in android::uirenderer::DeviceInfo 83 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_images_multisample.cpp | 33 GLint maxTextureSize = 4096; in calc_2D_multisample_size_descriptors() local 52 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_2D_array_multisample_size_descriptors() local
|
H A D | test_images_depth.cpp | 36 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, size; in calc_depth_size_descriptors() local 56 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, in calc_depth_array_size_descriptors() local
|
H A D | test_image_methods.cpp | 380 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, in test_image_methods_depth() local 433 GLint maxTextureLayers = 16, maxTextureSize = 4096; in test_image_methods_multisample() local
|
H A D | test_images_3D.cpp | 35 GLint maxTextureSize = 2048; in calc_3D_size_descriptors() local
|
H A D | test_images_2Darray.cpp | 32 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_2D_array_size_descriptors() local
|
H A D | test_images_1Darray.cpp | 31 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_1D_array_size_descriptors() local
|
H A D | test_images_1D.cpp | 32 GLint maxTextureSize = 4096, maxTextureBufferSize = 4096, size; in calc_test_size_descriptors() local
|
H A D | test_images_2D.cpp | 36 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, size; in calc_2D_test_size_descriptors() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeTextureApiTests.cpp | 355 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in compressedteximage2d_max_width_height() local 877 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in copyteximage2d_max_width_height() local 1537 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in teximage2d_max_width_height() local 2960 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in teximage3d_max_width_height_depth() local 3537 int maxTextureSize = ctx.getInteger(GL_MAX_TEXTURE_SIZE) + 1; in compressedteximage3d_max_width_height_depth() local
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | RenderPropertiesTests.cpp | 25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_GaneshFactories.cpp | 395 int maxTextureSize = dContext->priv().caps()->maxTextureSize(); in CrossContextTextureFromPixmap() local 534 int maxTextureSize = context->priv().caps()->maxTextureSize(); in TextureFromYUVAPixmaps() local
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/ |
H A D | EglUtil.cc | 56 int maxTextureSize = -1; in getMaximumTextureSize() local
|
H A D | Util.cc | 142 int maxTextureSize = getMaximumTextureSize(); in isFormatSupportedForInput() local
|
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 273 int RenderProxy::maxTextureSize() { in maxTextureSize() function in android::uirenderer::renderthread::RenderProxy 274 static int maxTextureSize = RenderThread::getInstance().queue().runSync( in maxTextureSize() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayTex3DValidation.cpp | 169 const glw::GLfloat maxTextureSize = (glw::GLfloat)de::max(correctWidth, correctHeight); in iterate() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsMemoryStressCase.hpp | 51 int maxTextureSize; member
|
H A D | glsTextureBufferCase.cpp | 785 int32_t maxTextureSize = 0; in logImplementationInfo() local 796 int32_t maxTextureSize = 0; in logImplementationInfo() local
|
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaCpuPipeline.cpp | 79 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local
|
H A D | SkiaGpuPipeline.cpp | 103 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | Egl14Utils.java | 211 int maxTextureSize = SystemProperties.getInt("sys.max_texture_size", 0); in getMaxTextureSize() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRecordingContext.cpp | 168 int GrRecordingContext::maxTextureSize() const { return this->caps()->maxTextureSize(); } in maxTextureSize() function in GrRecordingContext
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | DrawAtlasTest.cpp | 138 void test_draw_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_draw_atlas_config()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PathAtlas.cpp | 29 int maxTextureSize = std::max(caps->maxPathAtlasTextureSize(), kMinAtlasTextureSize); in PathAtlas() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 245 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
|