Lines Matching refs:GLHelper
26 GLHelper::GLHelper() : in GLHelper() function in android::GLHelper
35 GLHelper::~GLHelper() { in ~GLHelper()
38 bool GLHelper::setUp(const sp<IBinder>& displayToken, const ShaderDesc* shaderDescs, in setUp()
105 void GLHelper::tearDown() { in tearDown()
136 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent()
153 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h, in createSurfaceTexture()
170 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface()
180 bool GLHelper::swapBuffers(EGLSurface surface) { in swapBuffers()
190 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) { in getShaderProgram()
203 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture()
226 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale()
241 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface()
388 bool GLHelper::setUpShaders(const ShaderDesc* shaderDescs, size_t numShaders) { in setUpShaders()
419 bool GLHelper::getDitherTexture(GLuint* outTexName) { in getDitherTexture()