HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_SAMPLER_2D (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/framework/randomshaders/
rsgVariableType.cpp 89 case TYPE_SAMPLER_2D:
162 case TYPE_SAMPLER_2D:
164 static const VariableType sampler2DType = VariableType(TYPE_SAMPLER_2D, 1);
188 case TYPE_SAMPLER_2D:
253 case TYPE_SAMPLER_2D: str << Token::SAMPLER2D; break;
rsgVariableType.hpp 47 TYPE_SAMPLER_2D,
163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; }
rsgExecutionContext.cpp 148 case VariableType::TYPE_SAMPLER_2D:
rsgVariableValue.cpp 74 case VariableType::TYPE_SAMPLER_2D:
236 case VariableType::TYPE_SAMPLER_2D:
rsgUtils.cpp 83 case VariableType::TYPE_SAMPLER_2D:
320 case VariableType::TYPE_SAMPLER_2D:
rsgExpression.cpp 140 DE_ASSERT(m_type == VariableType::TYPE_SAMPLER_2D || m_type == VariableType::TYPE_SAMPLER_CUBE);
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 223 if (type == rsg::VariableType(rsg::VariableType::TYPE_SAMPLER_2D, 1))
329 case rsg::VariableType::TYPE_SAMPLER_2D:
356 case rsg::VariableType::TYPE_SAMPLER_2D: scalarType = "sampler2D"; break;
378 case rsg::VariableType::TYPE_SAMPLER_2D: message << value.component(elementNdx).asInt(); break;
glsRandomShaderProgram.cpp 59 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_2D)
60 return glu::TYPE_SAMPLER_2D;
glsFragOpInteractionCase.cpp 348 case rsg::VariableType::TYPE_SAMPLER_2D:
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 357 TYPE_SAMPLER_2D, // sampler2D
622 case GL_SAMPLER_2D: return TYPE_SAMPLER_2D;
gluShaderUtil.hpp 129 TYPE_SAMPLER_2D,
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 230 Texture2DShader texToFbo0Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt0), fmtInfo0.valueMax-fmtInfo0.valueMin, fmtInfo0.valueMin);
231 Texture2DShader texToFbo1Shader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt1), fmtInfo1.valueMax-fmtInfo1.valueMin, fmtInfo1.valueMin);
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
493 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
619 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
747 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
es3fFboDepthbufferTests.cpp 73 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
es3fFboRenderTest.cpp 536 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, fboOutputType);
620 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
859 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
    [all...]
es3fUniformApiTests.cpp 105 glu::TYPE_SAMPLER_2D,
142 case glu::TYPE_SAMPLER_2D:
173 case glu::TYPE_SAMPLER_2D:
    [all...]
es3fFramebufferBlitTests.cpp 76 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
483 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
795 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
    [all...]
es3fFboInvalidateTests.cpp 218 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
366 Texture2DShader texShader (DataTypes() << glu::TYPE_SAMPLER_2D, glu::TYPE_FLOAT_VEC4);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
es31fProgramUniformTests.cpp 109 glu::TYPE_SAMPLER_2D,
146 case glu::TYPE_SAMPLER_2D:
177 case glu::TYPE_SAMPLER_2D:
    [all...]
es31fOpaqueTypeIndexingTests.cpp 128 case glu::TYPE_SAMPLER_2D:
169 case glu::TYPE_SAMPLER_2D:
    [all...]
es31fUniformLocationTests.cpp 465 case TYPE_SAMPLER_2D:
739 TYPE_SAMPLER_2D,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 94 glu::TYPE_SAMPLER_2D,
130 case glu::TYPE_SAMPLER_2D:
    [all...]
es2fFboRenderTest.cpp 120 << sglr::pdec::Uniform("u_sampler0", glu::TYPE_SAMPLER_2D)
180 << sglr::pdec::Uniform("u_sampler0", glu::TYPE_SAMPLER_2D)
181 << sglr::pdec::Uniform("u_sampler1", glu::TYPE_SAMPLER_2D)
    [all...]

Completed in 340 milliseconds

1 2