HomeSort by relevance Sort by last modified time
    Searched refs:m_samplerType (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 328 const glu::DataType m_samplerType;
335 , m_samplerType (samplerType)
359 const DataType coordType = getSamplerCoordType(m_samplerType);
360 const DataType outType = getSamplerOutputType(m_samplerType);
372 "uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << numSamplers << "];\n";
436 const DataType coordType = getSamplerCoordType(m_samplerType);
437 const DataType outputType = getSamplerOutputType(m_samplerType);
438 const TextureFormat texFormat = getSamplerTextureFormat(m_samplerType);
446 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
455 if (isShadowSampler(m_samplerType))
    [all...]
es31fLayoutBindingTests.cpp 841 const glw::GLenum m_samplerType;
857 , m_samplerType (samplerType)
947 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 408 SimpleType m_samplerType;
432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers,
440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType };

Completed in 66 milliseconds