Searched refs:TYPE_SAMPLER_CUBE (Results 1 - 23 of 23) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.cpp90 case TYPE_SAMPLER_CUBE:
168 case TYPE_SAMPLER_CUBE:
170 static const VariableType samplerCubeType = VariableType(TYPE_SAMPLER_CUBE, 1);
189 case TYPE_SAMPLER_CUBE:
254 case TYPE_SAMPLER_CUBE: str << Token::SAMPLERCUBE; break;
H A DrsgVariableType.hpp48 TYPE_SAMPLER_CUBE, enumerator in enum:rsg::VariableType::Type
163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; }
H A DrsgExecutionContext.cpp149 case VariableType::TYPE_SAMPLER_CUBE:
H A DrsgVariableValue.cpp75 case VariableType::TYPE_SAMPLER_CUBE:
237 case VariableType::TYPE_SAMPLER_CUBE:
H A DrsgUtils.cpp84 case VariableType::TYPE_SAMPLER_CUBE:
321 case VariableType::TYPE_SAMPLER_CUBE:
H A DrsgExpression.cpp140 DE_ASSERT(m_type == VariableType::TYPE_SAMPLER_2D || m_type == VariableType::TYPE_SAMPLER_CUBE);
1447 samplerType = VariableType::TYPE_SAMPLER_CUBE;
1455 int samplerCubeCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_CUBE);
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp225 else if (type == rsg::VariableType(rsg::VariableType::TYPE_SAMPLER_CUBE, 1))
330 case rsg::VariableType::TYPE_SAMPLER_CUBE:
357 case rsg::VariableType::TYPE_SAMPLER_CUBE: scalarType = "samplerCube"; break;
379 case rsg::VariableType::TYPE_SAMPLER_CUBE: message << value.component(elementNdx).asInt(); break;
H A DglsRandomShaderProgram.cpp61 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_CUBE)
62 return glu::TYPE_SAMPLER_CUBE;
H A DglsFragOpInteractionCase.cpp349 case rsg::VariableType::TYPE_SAMPLER_CUBE:
H A DglsShaderLibraryCase.cpp539 case TYPE_SAMPLER_CUBE:
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp358 TYPE_SAMPLER_CUBE, // samplerCube
623 case GL_SAMPLER_CUBE: return TYPE_SAMPLER_CUBE;
H A DgluShaderUtil.hpp130 TYPE_SAMPLER_CUBE, enumerator in enum:glu::DataType
H A DgluTextureUtil.cpp784 return TYPE_SAMPLER_CUBE;
794 return glu::TYPE_SAMPLER_CUBE;
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp134 case glu::TYPE_SAMPLER_CUBE:
170 case glu::TYPE_SAMPLER_CUBE:
1178 TYPE_SAMPLER_CUBE,
H A Des31fProgramUniformTests.cpp110 glu::TYPE_SAMPLER_CUBE
158 case glu::TYPE_SAMPLER_CUBE:
178 case glu::TYPE_SAMPLER_CUBE:
1245 else if (value.type == glu::TYPE_SAMPLER_CUBE)
1926 : dataType == glu::TYPE_SAMPLER_2D ? glu::TYPE_SAMPLER_CUBE
H A Des31fUniformLocationTests.cpp466 case TYPE_SAMPLER_CUBE:
H A Des31fTextureGatherTests.cpp870 case glu::TYPE_SAMPLER_CUBE:
H A Des31fProgramInterfaceQueryTests.cpp2842 { 2, glu::TYPE_SAMPLER_CUBE },
3932 glu::TYPE_SAMPLER_CUBE,
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp106 glu::TYPE_SAMPLER_CUBE
154 case glu::TYPE_SAMPLER_CUBE:
174 case glu::TYPE_SAMPLER_CUBE:
1429 else if (value.type == glu::TYPE_SAMPLER_CUBE)
2658 : dataType == glu::TYPE_SAMPLER_2D ? glu::TYPE_SAMPLER_CUBE
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp95 glu::TYPE_SAMPLER_CUBE
133 case glu::TYPE_SAMPLER_CUBE:
1231 else if (value.type == glu::TYPE_SAMPLER_CUBE)
2147 : dataType == glu::TYPE_SAMPLER_2D ? glu::TYPE_SAMPLER_CUBE
H A Des2fTextureUnitTests.cpp186 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));
H A Des2fTextureSpecificationTests.cpp252 << sglr::pdec::Uniform("u_sampler0", glu::TYPE_SAMPLER_CUBE)
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3817 case glu::TYPE_SAMPLER_CUBE:
4471 case glu::TYPE_SAMPLER_CUBE:

Completed in 598 milliseconds