• Home
  • Raw
  • Download

Lines Matching defs:ctx

332 bool bufferTarget(GL2Encoder* ctx, GLenum target) {  in bufferTarget()
360 bool bufferParam(GL2Encoder* ctx, GLenum pname) { in bufferParam()
376 bool bufferUsage(GL2Encoder* ctx, GLenum usage) { in bufferUsage()
394 bool pixelStoreParam(GL2Encoder* ctx, GLenum param) { in pixelStoreParam()
433 bool rboFormat(GL2Encoder* ctx, GLenum internalformat) { in rboFormat()
508 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget()
520 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment()
596 bool vertexAttribType(GL2Encoder* ctx, GLenum type) in vertexAttribType()
657 bool textureTarget(GL2Encoder* ctx, GLenum target) { in textureTarget()
684 bool textureParams(GL2Encoder* ctx, GLenum param) { in textureParams()
715 bool samplerParams(GL2Encoder* ctx, GLenum param) { in samplerParams()
734 bool textureParamValue(GL2Encoder* ctx, GLenum pname, GLint intval, GLfloat floatval, GLenum enumva… in textureParamValue()
863 bool supportedCompressedFormat(GL2Encoder* ctx, GLenum internalformat) { in supportedCompressedFormat()
981 bool filterableTexFormat(GL2Encoder* ctx, GLenum internalformat) { in filterableTexFormat()
1013 bool colorRenderableFormat(GL2Encoder* ctx, GLenum internalformat) { in colorRenderableFormat()
1061 bool depthRenderableFormat(GL2Encoder* ctx, GLenum internalformat) { in depthRenderableFormat()
1138 bool pixelType(GL2Encoder* ctx, GLenum type) { in pixelType()
1171 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat()
1220 bool textureBufferFormat(__attribute__((unused)) GL2Encoder* ctx, GLenum internalFormat) { in textureBufferFormat()
1231 bool pixelSizedFormat(GL2Encoder* ctx, GLenum internalformat, GLenum format, GLenum type) { in pixelSizedFormat()
1308 bool shaderType(GL2Encoder* ctx, GLenum type) { in shaderType()
1321 bool internalFormatTarget(GL2Encoder* ctx, GLenum target) { in internalFormatTarget()
1333 std::string vertexAttribIndexRangeErrorMsg(GL2Encoder* ctx, GLuint index) { in vertexAttribIndexRangeErrorMsg()