Searched defs:textureSupport (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.h89 SupportCheckFunction textureSupport; member in struct:gl::InternalFormat
H A Dformatutils.cpp269 textureSupport(NeverSupported),
275 static InternalFormat UnsizedFormat(GLenum format, InternalFormat::SupportCheckFunction textureSupport, argument
281 formatInfo.textureSupport = textureSupport;
289 InternalFormat::SupportCheckFunction textureSupport,
305 formatInfo.textureSupport = textureSupport;
312 InternalFormat::SupportCheckFunction textureSupport,
325 formatInfo.textureSupport = textureSupport;
287 RGBAFormat(GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
311 LUMAFormat(GLuint luminance, GLuint alpha, GLenum format, GLenum type, GLenum componentType, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
331 DepthStencilFormat(GLuint depthBits, GLuint stencilBits, GLuint unusedBits, GLenum format, GLenum type, GLenum componentType, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
351 CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, GLuint compressedBlockSize, GLuint componentCount, GLenum format, GLenum type, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction renderSupport, InternalFormat::SupportCheckFunction filterSupport) argument
[all...]

Completed in 78 milliseconds