Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h557 struct TextureParameters { struct
579 bool noImplicit, const TextureParameters&, ImageOperandsMask); argument
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h571 struct TextureParameters { struct
593 bool noImplicit, const TextureParameters&, ImageOperandsMask); argument
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp485 struct TextureParameters struct in deqp::gles2::Functional::TextureUnitCase
487 GLenum format;
488 GLenum dataType;
489 GLenum wrapModeS;
490 GLenum wrapModeT;
491 GLenum minFilter;
492 GLenum magFilter;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp599 struct TextureParameters struct in deqp::gles3::Functional::TextureUnitCase
601 GLenum internalFormat;
602 GLenum wrapModeS;
603 GLenum wrapModeT;
604 GLenum wrapModeR;
605 GLenum minFilter;
606 GLenum magFilter;
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A 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
H A DesextcTextureBufferActiveUniformValidation.hpp123 class TextureParameters class