Searched refs:m_samplerType (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 328 const glu::DataType m_samplerType; member in deqp::gles31::Functional::__anonabce4bbb0111::SamplerIndexingCase 335 , m_samplerType (samplerType) in SamplerIndexingCase() 359 const DataType coordType = getSamplerCoordType(m_samplerType); in getShaderSpec() 360 const DataType outType = getSamplerOutputType(m_samplerType); in getShaderSpec() 372 …"uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << numSamplers <<… in getShaderSpec() 436 const DataType coordType = getSamplerCoordType(m_samplerType); in iterate() 437 const DataType outputType = getSamplerOutputType(m_samplerType); in iterate() 438 const TextureFormat texFormat = getSamplerTextureFormat(m_samplerType); in iterate() 446 …de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_in… in iterate() 455 if (isShadowSampler(m_samplerType)) in iterate() [all …]
|
D | es31fLayoutBindingTests.cpp | 841 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anona33a70510111::SamplerBindingRenderCase 857 , m_samplerType (samplerType) in SamplerBindingRenderCase() 947 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1012 switch (m_samplerType) in getSamplerTexCoordType() 1043 const glw::GLenum m_samplerType; member in deqp::gles31::Functional::__anona33a70510111::SamplerBindingNegativeCase 1054 , m_samplerType (samplerType) in SamplerBindingNegativeCase() 1070 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders() 1104 switch (m_samplerType) in getSamplerTexCoordType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 408 SimpleType m_samplerType; member in deqp::gles3::Functional::__anon476d29650111::ES3Types 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers, in ES3Types() 440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types()
|