Home | History | Annotate | Download | only in flatland

Lines Matching refs:GLHelper

20 #include "GLHelper.h"
24 GLHelper::GLHelper() :
34 GLHelper::~GLHelper() {
37 bool GLHelper::setUp(const ShaderDesc* shaderDescs, size_t numShaders) {
101 void GLHelper::tearDown() {
132 bool GLHelper::makeCurrent(EGLSurface surface) {
149 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h,
166 void GLHelper::destroySurface(EGLSurface* surface) {
176 bool GLHelper::swapBuffers(EGLSurface surface) {
186 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) {
199 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
220 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) {
241 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h,
401 bool GLHelper::setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders) {
432 bool GLHelper::getDitherTexture(GLuint* outTexName) {