Home
last modified time | relevance | path

Searched refs:m_textureType (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1034 const glw::GLenum m_textureType; member in deqp::gles31::Functional::__anon30834::SamplerBindingRenderCase
1050 , m_textureType (textureType) in SamplerBindingRenderCase()
1092 m_context.getRenderContext().getFunctions().bindTexture(m_textureType, 0); in deinit()
1174 gl.bindTexture(m_textureType, textureName); in initializeTexture()
1175 gl.texParameteri(m_textureType, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in initializeTexture()
1177 switch (m_textureType) in initializeTexture()
1183 glu::texImage2D(m_context.getRenderContext(), m_textureType, 0, GL_RGBA8, level.getAccess()); in initializeTexture()
1191 glu::texImage3D(m_context.getRenderContext(), m_textureType, 0, GL_RGBA8, level.getAccess()); in initializeTexture()
1357 const glw::GLenum m_textureType; member in deqp::gles31::Functional::__anon30834::ImageBindingRenderCase
1373 , m_textureType (textureTyp in ImageBindingRenderCase()
[all...]
H A Des31fShaderImageLoadStoreTests.cpp1151 , m_textureType (textureType) in ImageStoreCase()
1156 void init (void) { checkTextureTypeExtensions(m_context.getContextInfo(), m_textureType, m_context.getRenderContext()); } in init()
1161 const TextureType m_textureType; member in deqp::gles31::Functional::__anon30903::ImageStoreCase
1171 const deUint32 textureTargetGL = getGLTextureTarget(m_textureType); in iterate()
1172 const IVec3& imageSize = defaultImageSize(m_textureType); in iterate()
1173 const int numSlicesOrFaces = m_textureType == TEXTURETYPE_CUBE ? 6 : imageSize.z(); in iterate()
1187 if (m_textureType == TEXTURETYPE_BUFFER) in iterate()
1193 setTextureStorage(glLog, m_textureType, internalFormatGL, imageSize, *textureBuf); in iterate()
1201 const TextureType shaderImageType = m_singleLayerBind ? textureLayerType(m_textureType) : m_textureType; in iterate()
1343 const TextureType m_textureType; global() member in deqp::gles31::Functional::__anon30903::ImageLoadAndStoreCase
[all...]
H A Des31fTextureGatherTests.cpp1024 const TextureType m_textureType; member in deqp::gles31::Functional::__anon30945::TextureGatherCase
1063 , m_textureType (textureType) in TextureGatherCase()
1078 DE_ASSERT(m_textureType == TEXTURETYPE_CUBE || !(m_flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS)); in TextureGatherCase()
1253 const deUint32 texTypeGL = getGLTextureType(m_textureType); in init()
1371 m_program = MovePtr<ShaderProgram>(new ShaderProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange()))); in iterate()
1506 const IVec3 coordBits = m_textureType == TEXTURETYPE_2D ? IVec3(20,20,0) in verify()
1507 : m_textureType == TEXTURETYPE_CUBE ? IVec3(10,10,10) in verify()
1508 : m_textureType == TEXTURETYPE_2D_ARRAY ? IVec3(20,20,20) in verify()
1510 const IVec3 uvwBits = m_textureType == TEXTURETYPE_2D ? IVec3(7,7,0) in verify()
1511 : m_textureType in verify()
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1032 const TextureType m_textureType;
1041 , m_textureType (texType)
1083 if (m_textureType == TEXTURE_FLOAT)
1106 else if (m_textureType == TEXTURE_DEPTH)
1265 if (m_textureType == TEXTURE_FLOAT)
1267 else if (m_textureType == TEXTURE_DEPTH)
1275 if (m_textureType == TEXTURE_FLOAT)
1277 else if (m_textureType == TEXTURE_DEPTH)
1299 if (m_textureType == TEXTURE_FLOAT)
1301 else if (m_textureType
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp726 , m_textureType (ctx, "texture", &CallLogWrapper::glGenTextures, in ES2Types()
743 , m_texFboAtt (ctx, m_textureType, m_fboType) in ES2Types()
754 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType in ES2Types()
H A DglsLifetimeTests.hpp363 SimpleType m_textureType; member in deqp::gls::LifetimeTests::details::ES2Types
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1845 , m_textureType (textureType) in TextureBindingTestCase()
1857 gl.glBindTexture(m_textureType, texture); in test()
1869 const GLenum m_textureType; member in deqp::gles2::Functional::__anon30426::TextureBindingTestCase
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp2429 , m_textureType (textureType) in TextureBindingTestCase()
2441 gl.glBindTexture(m_textureType, texture); in test()
2453 const GLenum m_textureType; member in deqp::gles3::Functional::__anon30569::TextureBindingTestCase

Completed in 23 milliseconds