Searched defs:InternalFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp172 const struct InternalFormat struct
229 const InternalFormat internalFormat = internalFormats[ndx];
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h58 struct InternalFormat struct in namespace:gl
60 InternalFormat();
97 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat);
H A Dformatutils.cpp251 InternalFormat::InternalFormat() function in class:gl::InternalFormat
275 static InternalFormat UnsizedFormat(GLenum format, InternalFormat::SupportCheckFunction textureSupport,
276 InternalFormat::SupportCheckFunction renderSupport,
277 InternalFormat::SupportCheckFunction filterSupport)
279 InternalFormat formatInfo;
287 static InternalFormat RGBAFormat(GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared,
289 InternalFormat::SupportCheckFunction textureSupport,
290 InternalFormat
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp353 static const struct InternalFormat struct
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1189 GLint InternalFormat; /**< Internal format as given by the user */ member in struct:gl_texture_image
2615 GLenum InternalFormat; /**< The user-specified format */ member in struct:gl_renderbuffer
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1189 GLint InternalFormat; /**< Internal format as given by the user */ member in struct:gl_texture_image
2615 GLenum InternalFormat; /**< The user-specified format */ member in struct:gl_renderbuffer

Completed in 1220 milliseconds