Cocos2d-x
4.0.0
|
This is the complete list of members for UtilsGL, including all inherited members.
getGLAttributeSize(VertexFormat vertexFormat) | UtilsGL | static |
getGLDataTypeSize(GLenum size) | UtilsGL | static |
toGLAddressMode(SamplerAddressMode addressMode, bool isPow2) | UtilsGL | static |
toGLAttributeType(VertexFormat vertexFormat) | UtilsGL | static |
toGLBlendFactor(BlendFactor blendFactor) | UtilsGL | static |
toGLBlendOperation(BlendOperation blendOperation) | UtilsGL | static |
toGLComareFunction(CompareFunction compareFunction) | UtilsGL | static |
toGLCullMode(CullMode mode) | UtilsGL | static |
toGLFrontFace(Winding winding) | UtilsGL | static |
toGLIndexType(IndexFormat indexType) | UtilsGL | static |
toGLMagFilter(SamplerFilter magFilter) | UtilsGL | static |
toGLMinFilter(SamplerFilter minFilter, bool hasMipmaps, bool isPow2) | UtilsGL | static |
toGLPrimitiveType(PrimitiveType primitiveType) | UtilsGL | static |
toGLStencilOperation(StencilOperation stencilOperation) | UtilsGL | static |
toGLTypes(PixelFormat textureFormat, GLint &internalFormat, GLuint &format, GLenum &type, bool &isCompressed) | UtilsGL | static |