Home
last modified time | relevance | path

Searched defs:maxTextureSize (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp78 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 Dtest_images_multisample.cpp33 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 Dtest_images_depth.cpp36 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 Dtest_image_methods.cpp380 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 Dtest_images_3D.cpp35 GLint maxTextureSize = 2048; in calc_3D_size_descriptors() local
H A Dtest_images_2Darray.cpp32 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_2D_array_size_descriptors() local
H A Dtest_images_1Darray.cpp31 GLint maxTextureLayers = 16, maxTextureSize = 4096; in calc_1D_array_size_descriptors() local
H A Dtest_images_1D.cpp32 GLint maxTextureSize = 4096, maxTextureBufferSize = 4096, size; in calc_test_size_descriptors() local
H A Dtest_images_2D.cpp36 GLint maxTextureSize = 4096, maxTextureRectangleSize = 4096, size; in calc_2D_test_size_descriptors() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp355 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 DRenderPropertiesTests.cpp25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshFactories.cpp395 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 DEglUtil.cc56 int maxTextureSize = -1; in getMaximumTextureSize() local
H A DUtil.cc142 int maxTextureSize = getMaximumTextureSize(); in isFormatSupportedForInput() local
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp273 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 DesextcTextureCubeMapArrayTex3DValidation.cpp169 const glw::GLfloat maxTextureSize = (glw::GLfloat)de::max(correctWidth, correctHeight); in iterate() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsMemoryStressCase.hpp51 int maxTextureSize; member
H A DglsTextureBufferCase.cpp785 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 DSkiaCpuPipeline.cpp79 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local
H A DSkiaGpuPipeline.cpp103 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DEgl14Utils.java211 int maxTextureSize = SystemProperties.getInt("sys.max_texture_size", 0); in getMaxTextureSize() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRecordingContext.cpp168 int GrRecordingContext::maxTextureSize() const { return this->caps()->maxTextureSize(); } in maxTextureSize() function in GrRecordingContext
/aosp_15_r20/external/skia/tests/graphite/
H A DDrawAtlasTest.cpp138 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 DPathAtlas.cpp29 int maxTextureSize = std::max(caps->maxPathAtlasTextureSize(), kMinAtlasTextureSize); in PathAtlas() local
/aosp_15_r20/external/skia/tests/
H A DDrawOpAtlasTest.cpp245 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()

1234