Home | History | Annotate | Download | only in flatland

Lines Matching refs:GLHelper

23 #include "GLHelper.h"
27 GLHelper::GLHelper() :
37 GLHelper::~GLHelper() {
40 bool GLHelper::setUp(const ShaderDesc* shaderDescs, size_t numShaders) {
104 void GLHelper::tearDown() {
135 bool GLHelper::makeCurrent(EGLSurface surface) {
152 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h,
169 void GLHelper::destroySurface(EGLSurface* surface) {
179 bool GLHelper::swapBuffers(EGLSurface surface) {
189 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) {
202 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
225 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) {
246 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h,
406 bool GLHelper::setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders) {
437 bool GLHelper::getDitherTexture(GLuint* outTexName) {