webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
queryconversions.cpp File Reference
#include "libANGLE/queryconversions.h"
#include <vector>
#include "libANGLE/Context.h"
#include "common/utilities.h"

Namespaces

 gl
 

Functions

template<typename QueryT >
void gl::CastStateValues (Context *context, GLenum nativeType, GLenum pname, unsigned int numParams, QueryT *outParams)
 
template void gl::CastStateValues< GLboolean > (Context *, GLenum, GLenum, unsigned int, GLboolean *)
 
template void gl::CastStateValues< GLint > (Context *, GLenum, GLenum, unsigned int, GLint *)
 
template void gl::CastStateValues< GLuint > (Context *, GLenum, GLenum, unsigned int, GLuint *)
 
template void gl::CastStateValues< GLfloat > (Context *, GLenum, GLenum, unsigned int, GLfloat *)
 
template void gl::CastStateValues< GLint64 > (Context *, GLenum, GLenum, unsigned int, GLint64 *)
 
template<typename QueryT >
void gl::CastIndexedStateValues (Context *context, GLenum nativeType, GLenum pname, GLuint index, unsigned int numParams, QueryT *outParams)
 
template void gl::CastIndexedStateValues< GLboolean > (Context *, GLenum, GLenum, GLuint index, unsigned int, GLboolean *)
 
template void gl::CastIndexedStateValues< GLint > (Context *, GLenum, GLenum, GLuint index, unsigned int, GLint *)
 
template void gl::CastIndexedStateValues< GLuint > (Context *, GLenum, GLenum, GLuint index, unsigned int, GLuint *)
 
template void gl::CastIndexedStateValues< GLfloat > (Context *, GLenum, GLenum, GLuint index, unsigned int, GLfloat *)
 
template void gl::CastIndexedStateValues< GLint64 > (Context *, GLenum, GLenum, GLuint index, unsigned int, GLint64 *)