OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setClientState
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
29
void
setClientState
(GLClientState *state) {
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
30
void
setClientState
(GLClientState *state) {
/development/tools/emulator/opengl/system/egl/
egl.cpp
1002
hostCon->gl2Encoder()->
setClientState
(context->getClientState());
1006
hostCon->glEncoder()->
setClientState
(context->getClientState());
1013
hostCon->gl2Encoder()->
setClientState
(NULL);
1017
hostCon->glEncoder()->
setClientState
(NULL);
[
all
...]
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp
543
server->glEncoder()->
setClientState
( wctx ? wctx->clientState : NULL );
544
server->gl2Encoder()->
setClientState
( wctx ? wctx->clientState : NULL );
Completed in 303 milliseconds