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
/sdk/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
29
void
setClientState
(GLClientState *state) {
/sdk/emulator/opengl/system/egl/
egl.cpp
963
hostCon->gl2Encoder()->
setClientState
(context->getClientState());
967
hostCon->glEncoder()->
setClientState
(context->getClientState());
974
hostCon->gl2Encoder()->
setClientState
(NULL);
978
hostCon->glEncoder()->
setClientState
(NULL);
[
all
...]
/sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp
543
server->glEncoder()->
setClientState
( wctx ? wctx->clientState : NULL );
544
server->gl2Encoder()->
setClientState
( wctx ? wctx->clientState : NULL );
/sdk/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
29
void
setClientState
(GLClientState *state) {
Completed in 2634 milliseconds