Lines Matching refs:GLHelper
27 GLHelper::GLHelper() : in GLHelper() function in android::GLHelper
36 GLHelper::~GLHelper() { in ~GLHelper()
39 bool GLHelper::setUp(const ShaderDesc* shaderDescs, size_t numShaders) { in setUp()
103 void GLHelper::tearDown() { in tearDown()
134 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent()
151 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h, in createSurfaceTexture()
168 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface()
178 bool GLHelper::swapBuffers(EGLSurface surface) { in swapBuffers()
188 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) { in getShaderProgram()
201 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture()
224 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale()
245 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface()
392 bool GLHelper::setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders) { in setUpShaders()
423 bool GLHelper::getDitherTexture(GLuint* outTexName) { in getDitherTexture()