/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 180 struct TextureSpec struct 190 TextureSpec (void) in TextureSpec() argument 200 TextureSpec (TextureType type_, in TextureSpec() function 444 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… 458 TextureSpec m_textureSpec; 469 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… in ShaderTextureFunctionCase() 957 …xt, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool … 980 const TextureSpec m_textureSpec; 987 …xt, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool … in TextureSizeCase() 1353 TextureSpec texSpec; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 201 struct TextureSpec struct 211 TextureSpec (void) in TextureSpec() argument 221 TextureSpec (TextureType type_, in TextureSpec() function 726 const TextureSpec& textureSpec, 736 const TextureSpec& m_textureSpec; 745 const TextureSpec& textureSpec, in ShaderTextureFunctionInstance() 1181 const TextureSpec& texture, 1190 const TextureSpec m_textureSpec; 1200 const TextureSpec& texture, in ShaderTextureFunctionCase() 1454 const TextureSpec& textureSpec); [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 124 struct TextureSpec struct 134 TextureSpec (void) in TextureSpec() argument 144 TextureSpec (TextureType type_, in TextureSpec() function 223 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… 237 TextureSpec m_textureSpec; 246 …t char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEv… in ShaderTextureFunctionCase() 553 TextureSpec texSpec; 583 …static const TextureSpec tex2D (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, sampler… in init() 584 …static const TextureSpec tex2DMipmap (TEXTURETYPE_2D, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 9, sam… in init() 586 …static const TextureSpec texCube (TEXTURETYPE_CUBE_MAP, GL_RGBA, GL_UNSIGNED_BYTE, 256, 256, 1, s… in init() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 148 struct TextureSpec struct 158 …TextureSpec(void) : type(TEXTURETYPE_LAST), format(GL_NONE), width(0), height(0), depth(0), numLev… in TextureSpec() argument 162 …TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() argument 310 const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase); 324 TextureSpec m_textureSpec; 336 const TextureLookupSpec& lookup, const TextureSpec& texture, in TextureShadowLodTestCase() 949 TextureSpec texSpec; 997 …static const TextureSpec tex2DArrayShadow(TEXTURETYPE_2D_ARRAY, GL_DEPTH_COMPONENT16, 128, 128, 4,… in init() 999 static const TextureSpec texCubeShadow(TEXTURETYPE_CUBE_MAP, GL_DEPTH_COMPONENT16, 256, 256, 1, 1, in init() 1001 …static const TextureSpec texCubeMipmapShadow(TEXTURETYPE_CUBE_MAP, GL_DEPTH_COMPONENT16, 256, 256,… in init() [all …]
|
/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.cpp | 170 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateTextureContext() 238 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, i, in generateBufferAndTextureContext() 408 context.textureSpecs.push_back(gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateFragmentPointLightContext() 582 context.textureSpecs.push_back (gls::TextureSpec(glu::TextureTestUtil::TEXTURETYPE_2D, 0, in generateVertexUniformLoopLightContext()
|
D | glsLongStressCase.hpp | 132 struct TextureSpec struct 149 TextureSpec (const glu::TextureTestUtil::TextureType texType, in TextureSpec() argument 199 …std::vector<TextureSpec> textureSpecs; //!< \note If multiple textures have same unit, one of t…
|
D | glsLongStressCase.cpp | 1142 const TextureSpec& spec = progCtx.textureSpecs[texSpecNdx]; in init() 1305 const TextureSpec& spec = programContext.textureSpecs[texNdx]; in iterate()
|