Searched defs:TextureParameters (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 384 struct TextureParameters { struct 405 …tType, bool sparse, bool fetch, bool proj, bool gather, bool noImplicit, const TextureParameters&); argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 550 struct TextureParameters struct in deqp::gles2::Functional::TextureUnitCase 552 GLenum format; 553 GLenum dataType; 554 GLenum wrapModeS; 555 GLenum wrapModeT; 556 GLenum minFilter; 557 GLenum magFilter;
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 706 struct TextureParameters struct in deqp::gles3::Functional::TextureUnitCase 708 GLenum internalFormat; 709 GLenum wrapModeS; 710 GLenum wrapModeT; 711 GLenum wrapModeR; 712 GLenum minFilter; 713 GLenum magFilter;
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.hpp | 123 class TextureParameters class
|
D | esextcTextureBufferActiveUniformValidation.cpp | 47 TextureParameters::TextureParameters() : m_texture_buffer_size(0), m_texture_format(0), m_texture_u… in TextureParameters() function in glcts::TextureParameters 58 TextureParameters::TextureParameters(glw::GLuint textureBufferSize, glw::GLenum textureFormat, in TextureParameters() function in glcts::TextureParameters
|