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

  /external/deqp/modules/glshared/
glsFboUtil.hpp 97 glw::GLenum unsizedType;
102 (format == other.format && unsizedType < other.unsizedType));
glsFboUtil.cpp 81 if (format.unsizedType == GL_NONE)
89 return stream << "(format = " << glu::getPixelFormatStr(format.format) << ", type = " << glu::getTypeStr(format.unsizedType) << ")";
590 else if (it->second->internalFormat.unsizedType == GL_NONE)
685 const GLenum type = img.internalFormat.unsizedType;
990 if (imgFormat.unsizedType == GL_NONE)
993 return TransferFormat(imgFormat.format, imgFormat.unsizedType);
glsFboCompletenessTests.cpp 768 if (format.unsizedType != GL_NONE)
770 const string typeStr = getTypeName(format.unsizedType);
781 if (format.unsizedType != GL_NONE)
783 const string typeStr = getTypeName(format.unsizedType);

Completed in 109 milliseconds