Home
last modified time | relevance | path

Searched defs:TextureParameters (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h384 struct TextureParameters { struct
405 …tType, bool sparse, bool fetch, bool proj, bool gather, bool noImplicit, const TextureParameters&); argument
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp550 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/
Des3fTextureUnitTests.cpp706 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/
DesextcTextureBufferActiveUniformValidation.hpp123 class TextureParameters class
DesextcTextureBufferActiveUniformValidation.cpp47 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