OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GL2Decoder
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp
17
#include "
GL2Decoder
.h"
23
GL2Decoder
::
GL2Decoder
()
29
GL2Decoder
::~
GL2Decoder
()
34
void *
GL2Decoder
::s_getProc(const char *name, void *userData)
36
GL2Decoder
*ctx = (
GL2Decoder
*) userData;
52
int
GL2Decoder
::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
82
int
GL2Decoder
::s_glFinishRoundTrip(void *self
[
all
...]
GL2Decoder.h
28
class
GL2Decoder
: public gl2_decoder_context_t
32
GL2Decoder
();
33
~
GL2Decoder
();
Completed in 446 milliseconds