Lines Matching refs:GLHelper
23 #include "GLHelper.h"
27 GLHelper::GLHelper() :
36 GLHelper::~GLHelper() {
39 bool GLHelper::setUp(const ShaderDesc* shaderDescs, size_t numShaders) {
103 void GLHelper::tearDown() {
134 bool GLHelper::makeCurrent(EGLSurface surface) {
151 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h,
168 void GLHelper::destroySurface(EGLSurface* surface) {
178 bool GLHelper::swapBuffers(EGLSurface surface) {
188 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) {
201 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
224 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) {
245 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) {