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

  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 47 SamplesCase(Context& context, const char* name, const char* description, GLenum internalFormat, bool isIntegerInternalFormat)
49 , m_internalFormat (internalFormat)
128 SamplesBufferSizeCase(Context& context, const char* name, const char* description, GLenum internalFormat)
130 , m_internalFormat (internalFormat)
172 const struct InternalFormat
180 // \note These unsized formats seem to allowed by the spec, but they are not useful in any way. (You can't create a renderbuffer with such internalFormat)
229 const InternalFormat internalFormat = internalFormats[ndx];
231 addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 51 FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type);
61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type)
64 , m_internalFormat (internalFormat)
353 static const struct InternalFormat
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 854 milliseconds