Searched refs:InternalFormatInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp520 struct InternalFormatInfo struct in namespace:gl
556 InternalFormatInfo() : mRedBits(0), mGreenBits(0), mBlueBits(0), mLuminanceBits(0), mAlphaBits(0), mSharedBits(0), mDepthBits(0), mStencilBits(0), function in struct:gl::InternalFormatInfo
564 static InternalFormatInfo UnsizedFormat(GLenum format, ContextSupportCheckFunction supportFunction)
566 InternalFormatInfo formatInfo;
576 static InternalFormatInfo RGBAFormat(GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared,
582 InternalFormatInfo formatInfo;
600 static InternalFormatInfo LUMAFormat(GLuint luminance, GLuint alpha, GLenum format, GLenum type, GLenum componentType,
603 InternalFormatInfo formatInfo;
617 static InternalFormatInfo DepthStencilFormat(GLuint depthBits, GLuint stencilBits, GLuint unusedBits, GLenum format,
623 InternalFormatInfo formatInf
[all...]

Completed in 30 milliseconds