OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLDecoder
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h
27
class
GLDecoder
: public gl_decoder_context_t
32
GLDecoder
();
33
~
GLDecoder
();
GLDecoder.cpp
16
#include "
GLDecoder
.h"
24
GLDecoder
::
GLDecoder
()
30
GLDecoder
::~
GLDecoder
()
38
int
GLDecoder
::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
81
int
GLDecoder
::s_glFinishRoundTrip(void *self)
83
GLDecoder
*ctx = (
GLDecoder
*)self;
88
void
GLDecoder
::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset
[
all
...]
Completed in 58 milliseconds