HomeSort by relevance Sort by last modified time
    Searched refs:GrGLenum (Results 1 - 13 of 13) sorted by null

  /external/skia/include/gpu/gl/
GrGLInterface.h 110 typedef unsigned int GrGLenum;
132 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLActiveTextureProc)(GrGLenum texture);
134 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBeginQueryProc)(GrGLenum target, GrGLuint id);
136 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBindBufferProc)(GrGLenum target, GrGLuint buffer);
137 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBindTextureProc)(GrGLenum target, GrGLuint texture);
140 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBlendFuncProc)(GrGLenum sfactor, GrGLenum dfactor);
141 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBufferDataProc)(GrGLenum target, GrGLsizeiptr size, const GrGLvoid* data, GrGLenum usage);
142 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLBufferSubDataProc)(GrGLenum target, GrGLintptr offset, GrGLsizeiptr size, const GrGLvoid* data)
    [all...]
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 13 GrGLvoid GR_GL_FUNCTION_TYPE nullGLActiveTexture(GrGLenum texture) {}
15 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBeginQuery(GrGLenum target, GrGLuint id) {}
17 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindTexture(GrGLenum target, GrGLuint texture) {}
20 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBlendFunc(GrGLenum sfactor, GrGLenum dfactor) {}
21 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target, GrGLsizeiptr size, const GrGLvoid* data, GrGLenum usage) {}
22 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferSubData(GrGLenum target, GrGLintptr offset, GrGLsizeiptr size, const GrGLvoid* data) {}
28 GrGLvoid GR_GL_FUNCTION_TYPE nullGLCompressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGL (…)
    [all...]
GrGLTexture.h 55 GrGLenum fFilter;
56 GrGLenum fWrapS;
57 GrGLenum fWrapT;
58 GrGLenum fSwizzleRGBA[4];
107 static const GrGLenum* WrapMode2GLWrap();
GrGLStencilBuffer.h 18 static const GrGLenum kUnknownInternalFormat = ~0;
21 GrGLenum fInternalFormat;
SkGLContext.cpp 40 GrGLenum error;
86 GrGLenum format = kES2_GrGLBinding == bindingInUse ?
97 GrGLenum format = kES2_GrGLBinding == bindingInUse ?
113 GrGLenum status =
GrGLTexture.cpp 18 const GrGLenum* GrGLTexture::WrapMode2GLWrap() {
19 static const GrGLenum repeatModes[] = {
GrGpuGL.h 221 GrGLenum* internalFormat,
222 GrGLenum* externalFormat,
223 GrGLenum* externalType);
GrGLIndexBuffer.cpp 106 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW;
GrGpuGL.cpp 40 static const GrGLenum gXfermodeCoeff2Blend[] = {
172 GrGLenum status;
643 GrGLenum internalFormat;
644 GrGLenum externalFormat;
645 GrGLenum externalType;
745 GrGLenum error = CHECK_ALLOC_ERROR(this->glInterface());
789 GrGLenum status;
792 GrGLenum msColorFormat = 0; // suppress warning
    [all...]
GrGLVertexBuffer.cpp 103 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW;
GrGLProgram.h 379 GrGLenum type, int stringCnt,
GrGpuGLShaders.cpp 849 GrGLenum scalarType;
    [all...]
GrGLProgram.cpp     [all...]

Completed in 6577 milliseconds