Home
last modified time | relevance | path

Searched defs:createTexture (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp278 void Incomplete2DSizeCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Incomplete2DSizeCase
359 void Incomplete2DFormatCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Incomplete2DFormatCase
416 void Incomplete2DMissingLevelCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Incomplete2DMissingLevelCase
478 void Incomplete2DWrapModeCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Incomplete2DWrapModeCase
531 void Complete2DExtraLevelCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Complete2DExtraLevelCase
588 void Incomplete2DEmptyObjectCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::Incomplete2DEmptyObjectCase
647 void IncompleteCubeSizeCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::IncompleteCubeSizeCase
729 void IncompleteCubeFormatCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::IncompleteCubeFormatCase
806 void IncompleteCubeMissingLevelCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::IncompleteCubeMissingLevelCase
874 void IncompleteCubeWrapModeCase::createTexture(GLuint texture) in createTexture() function in deqp::gles2::Functional::IncompleteCubeWrapModeCase
[all …]
H A Des2fTextureSpecificationTests.cpp650 void createTexture(void) in createTexture() function in deqp::gles2::Functional::BasicTexImage2DCase
698 void createTexture(void) in createTexture() function in deqp::gles2::Functional::BasicTexImageCubeCase
753 void createTexture(void) in createTexture() function in deqp::gles2::Functional::RandomOrderTexImage2DCase
808 void createTexture(void) in createTexture() function in deqp::gles2::Functional::RandomOrderTexImageCubeCase
876 void createTexture(void) in createTexture() function in deqp::gles2::Functional::TexImage2DAlignCase
927 void createTexture(void) in createTexture() function in deqp::gles2::Functional::TexImageCubeAlignCase
980 void createTexture(void) in createTexture() function in deqp::gles2::Functional::BasicTexSubImage2DCase
1050 void createTexture(void) in createTexture() function in deqp::gles2::Functional::BasicTexSubImageCubeCase
1130 void createTexture(void) in createTexture() function in deqp::gles2::Functional::TexSubImage2DEmptyTexCase
1188 void createTexture(void) in createTexture() function in deqp::gles2::Functional::TexSubImageCubeEmptyTexCase
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp689 void createTexture(void) in createTexture() function in deqp::gles3::Functional::BasicTexImage2DCase
748 void createTexture(void) in createTexture() function in deqp::gles3::Functional::BasicTexImageCubeCase
795 void createTexture(void) in createTexture() function in deqp::gles3::Functional::BasicTexImage2DArrayCase
837 void createTexture(void) in createTexture() function in deqp::gles3::Functional::BasicTexImage3DCase
895 void createTexture(void) in createTexture() function in deqp::gles3::Functional::RandomOrderTexImage2DCase
959 void createTexture(void) in createTexture() function in deqp::gles3::Functional::RandomOrderTexImageCubeCase
1027 void createTexture(void) in createTexture() function in deqp::gles3::Functional::TexImage2DAlignCase
1089 void createTexture(void) in createTexture() function in deqp::gles3::Functional::TexImageCubeAlignCase
1140 void createTexture(void) in createTexture() function in deqp::gles3::Functional::TexImage2DParamsCase
1201 void createTexture(void) in createTexture() function in deqp::gles3::Functional::TexImage3DParamsCase
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp350 void createTexture(void) in createTexture() function in deqp::gles31::Functional::BasicTexImageCubeArrayCase
391 void createTexture(void) in createTexture() function in deqp::gles31::Functional::BasicTexStorageCubeArrayCase
443 void createTexture(void) in createTexture() function in deqp::gles31::Functional::TexImageCubeArrayBufferCase
525 void createTexture(void) in createTexture() function in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
615 void createTexture(void) in createTexture() function in deqp::gles31::Functional::TexImageCubeArrayDepthCase
658 void createTexture(void) in createTexture() function in deqp::gles31::Functional::TexSubImageCubeArrayDepthCase
726 void createTexture(void) in createTexture() function in deqp::gles31::Functional::TexImageCubeArrayDepthBufferCase
H A Des31fShaderTextureSizeTests.cpp421 void TextureSizeCase::createTexture(const tcu::IVec3 &size) in createTexture() function in deqp::gles31::Functional::__anon964993d10111::TextureSizeCase
/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/src/
H A DCameraOpenerService.kt161 private fun createTexture(): Int { in createTexture() method
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceProvider.cpp60 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider
155 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider
231 sk_sp<GrTexture> GrResourceProvider::createTexture(SkISize dimensions, in createTexture() function in GrResourceProvider
H A DGrGpu.cpp156 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() function in GrGpu
189 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() function in GrGpu
/aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/
H A DShaderCopy.kt178 fun createTexture() { in <lambda>() method in com.google.jetpackcamera.core.camera.effects.ShaderCopy
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp670 void TexImage2DCase::createTexture(void) in createTexture() function in glcts::TexImage2DCase
902 void TexImage3DCase::createTexture(void) in createTexture() function in glcts::TexImage3DCase
1292 void CompressedTexImage2DCase::createTexture(void) in createTexture() function in glcts::CompressedTexImage2DCase
1620 void CompressedTexImage3DCase::createTexture(void) in createTexture() function in glcts::CompressedTexImage3DCase
H A DglcNearestEdgeTests.cpp246 void NearestEdgeTestCase::createTexture() in createTexture() function in glcts::__anon6c6470110111::NearestEdgeTestCase
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp465 GLuint TextureSamplerTest::createTexture(const glw::Functions &gl, GLenum target) in createTexture() function in deqp::gls::TextureSamplerTest
1035 GLuint MultiTextureSamplerTest::createTexture(const glw::Functions &gl, GLenum target, int id) in createTexture() function in deqp::gls::MultiTextureSamplerTest
/aosp_15_r20/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLUtils.java69 public static int createTexture(@NonNull Context context, int resource) { in createTexture() method in OpenGLUtils
/aosp_15_r20/external/skia/gm/
H A Dsamplerstress.cpp49 void createTexture() { in createTexture() function in skiagm::SamplerStressGM
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTex3DValidation.cpp225 void TextureCubeMapArrayTex3DValidation::createTexture() in createTexture() function in glcts::TextureCubeMapArrayTex3DValidation
/aosp_15_r20/external/angle/src/tests/
H A Dangle_unittests_utils.h42 TextureImpl *createTexture(const gl::TextureState &data) override { return nullptr; } in createTexture() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp103 GLuint IntegerTexTest::createTexture(const GLvoid *data, GLint minFilter, GLint magFilter) in createTexture() function in glcts::IntegerTexTest
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java152 public static ETC1Texture createTexture(InputStream input) throws IOException { in createTexture() method in ETC1Util
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp184 void VulkanBarriersPerfBenchmark::createTexture(uint32_t textureIndex, in createTexture() function in __anon40f1e62d0111::VulkanBarriersPerfBenchmark
/aosp_15_r20/frameworks/native/libs/renderengine/benchmark/
H A DRenderEngineBench.cpp190 static std::shared_ptr<ExternalTexture> createTexture(RenderEngine& re, const char* relPathImg) { in createTexture() function
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DPreviewRecorder.java409 private int createTexture() throws ItsException { in createTexture() method in PreviewRecorder
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h113 SaveableTexture* (*createTexture)(GlobalNameSpace*, member
/aosp_15_r20/external/skia/tests/
H A DGrSurfaceTest.cpp146 auto createTexture = [](SkISize dimensions, GrColorType colorType, in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DGlUtil.java398 public static int createTexture(int width, int height) { in createTexture() method in GlUtil
/aosp_15_r20/external/angle/src/libANGLE/
H A DResourceManager.cpp246 TextureID TextureManager::createTexture() in createTexture() function in gl::TextureManager

1234567891011