Home
last modified time | relevance | path

Searched defs:textureCube (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Ddxgi_support_data.json7 "textureCube": "never", string
18 "textureCube": "always", string
29 "textureCube": "always", string
40 "textureCube": "10_0", string
51 "textureCube": "10_0", string
62 "textureCube": "always", string
73 "textureCube": "always", string
84 "textureCube": "always", string
95 "textureCube": "always", string
106 "textureCube": "always", string
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp170 inline Vec4 textureCube(const gls::ShaderEvalContext &c, float s, float t, float r, float lod) in textureCube() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp1310 GLTexture textureCube; in TEST_P() local
H A DImageTest.cpp1760 GLTexture textureCube; in TEST_P() local
1871 GLTexture textureCube; in TEST_P() local
H A DVulkanPerformanceCounterTest.cpp602 GLTexture textureCube; in TEST_P() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp257 inline Vec4 textureCube(const gls::ShaderEvalContext &c, float s, float t, float r, float lod) in textureCube() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp388 inline Vec4 textureCube(const ShaderEvalContext &c, float s, float t, float r, float lod) in textureCube() function
1622 de::MovePtr<tcu::TextureCube> textureCube; in initTexture() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp349 constexpr const ImmutableString textureCube("textureCube"); variable