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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 180 TYPE_IMAGE_2D,
238 inline bool isDataTypeImage (DataType dataType) { return (dataType >= TYPE_IMAGE_2D) && (dataType <= TYPE_UINT_IMAGE_3D); }
gluShaderUtil.cpp 463 TYPE_IMAGE_2D, // image2D
913 case GL_IMAGE_2D: return TYPE_IMAGE_2D;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 570 if (basicType >= glu::TYPE_IMAGE_2D && basicType <= glu::TYPE_IMAGE_3D)
    [all...]

Completed in 88 milliseconds