Home
last modified time | relevance | path

Searched refs:GrGLContextInfo (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLContextInfo.cpp11 GrGLContextInfo::~GrGLContextInfo() { in ~GrGLContextInfo()
15 GrGLContextInfo::GrGLContextInfo() { in GrGLContextInfo() function in GrGLContextInfo
19 GrGLContextInfo::GrGLContextInfo(const GrGLInterface* interface) { in GrGLContextInfo() function in GrGLContextInfo
24 GrGLContextInfo::GrGLContextInfo(const GrGLContextInfo& ctx) { in GrGLContextInfo() function in GrGLContextInfo
29 GrGLContextInfo& GrGLContextInfo::operator = (const GrGLContextInfo& ctx) { in operator =()
39 void GrGLContextInfo::reset() { in reset()
48 bool GrGLContextInfo::initialize(const GrGLInterface* interface) { in initialize()
82 bool GrGLContextInfo::isInitialized() const { in isInitialized()
DGrGLContextInfo.h23 class GrGLContextInfo {
29 GrGLContextInfo();
35 explicit GrGLContextInfo(const GrGLInterface* interface);
40 GrGLContextInfo(const GrGLContextInfo& ctx);
42 ~GrGLContextInfo();
47 GrGLContextInfo& operator = (const GrGLContextInfo& ctx);
DGrGLProgram.h51 bool genProgram(const GrGLContextInfo& gl,
353 void genStageCode(const GrGLContextInfo& gl,
362 void genGeometryShader(const GrGLContextInfo& gl,
366 void genEdgeCoverage(const GrGLContextInfo& gl,
372 static bool CompileShaders(const GrGLContextInfo& gl,
378 static GrGLuint CompileShader(const GrGLContextInfo& gl,
386 const GrGLContextInfo& gl,
393 void getUniformLocationsAndInitCache(const GrGLContextInfo& gl,
DGrGLCaps.h15 class GrGLContextInfo; variable
68 void init(const GrGLContextInfo& ctxInfo);
199 void initFSAASupport(const GrGLContextInfo& ctxInfo);
200 void initStencilFormats(const GrGLContextInfo& ctxInfo);
DGrGpuGL.h52 GrGpuGL(const GrGLContextInfo& ctxInfo);
178 const GrGLContextInfo& glContextInfo() const { return fGLContextInfo; } in glContextInfo()
241 GrGLContextInfo fGLContextInfo;
DGrGLCaps.cpp59 void GrGLCaps::init(const GrGLContextInfo& ctxInfo) { in init()
136 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo) { in initFSAASupport()
162 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats()
DGrGpuGLShaders.h22 GrGpuGLShaders(const GrGLContextInfo& ctxInfo);
DGrGLProgram.cpp431 void GrGLProgram::genEdgeCoverage(const GrGLContextInfo& gl, in genEdgeCoverage()
604 void GrGLProgram::genGeometryShader(const GrGLContextInfo& gl, in genGeometryShader()
645 bool GrGLProgram::genProgram(const GrGLContextInfo& gl, in genProgram()
1011 const GrGLContextInfo& gl, in expand_decls()
1053 const GrGLContextInfo& gl, in append_decls()
1063 bool GrGLProgram::CompileShaders(const GrGLContextInfo& gl, in CompileShaders()
1149 GrGLuint GrGLProgram::CompileShader(const GrGLContextInfo& gl, in CompileShader()
1189 const GrGLContextInfo& gl, in bindOutputsAttribsAndLinkProgram()
1272 void GrGLProgram::getUniformLocationsAndInitCache(const GrGLContextInfo& gl, in getUniformLocationsAndInitCache()
1728 void GrGLProgram::genStageCode(const GrGLContextInfo& gl, in genStageCode()
DGrGLShaderVar.h203 void appendDecl(const GrGLContextInfo& gl, GrStringBuilder* out) const { in appendDecl()
DGrGpuGLShaders.cpp58 const GrGLContextInfo& fGL;
61 ProgramCache(const GrGLContextInfo& gl) in ProgramCache()
298 GrGpuGLShaders::GrGpuGLShaders(const GrGLContextInfo& ctxInfo) in GrGpuGLShaders()
DGrGpuGL.cpp180 GrGpuGL::GrGpuGL(const GrGLContextInfo& ctxInfo) : fGLContextInfo(ctxInfo) { in GrGpuGL()
/external/skia/src/gpu/
DGrGpuFactory.cpp42 GrGLContextInfo ctxInfo(glInterface); in Create()
/external/skia/gyp/
Dgpu.gyp251 '../src/gpu/gl/GrGLContextInfo.cpp',
252 '../src/gpu/gl/GrGLContextInfo.h',
/external/skia/
DAndroid.mk380 src/gpu/gl/GrGLContextInfo.cpp \