OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSurface
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h
63
class
GLSurface
{
66
GLSurface
():
72
virtual ~
GLSurface
() {}
111
class SurfaceTextureGL : public
GLSurface
, public SurfaceTextureBase {
camera_test_surfacetexture.cpp
312
void
GLSurface
::initialize(int display) {
375
void
GLSurface
::deinit() {
395
EGLint const*
GLSurface
::getConfigAttribs() {
410
EGLint const*
GLSurface
::getContextAttribs() {
418
void
GLSurface
::loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) {
456
void
GLSurface
::createProgram(const char* pVertexSource, const char* pFragmentSource,
532
GLSurface
::initialize(display);
571
GLSurface
::deinit();
Completed in 717 milliseconds