Home
last modified time | relevance | path

Searched defs:gl2_client_context_t (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h9 struct gl2_client_context_t { struct
11 glActiveTexture_client_proc_t glActiveTexture;
12 glAttachShader_client_proc_t glAttachShader;
13 glBindAttribLocation_client_proc_t glBindAttribLocation;
14 glBindBuffer_client_proc_t glBindBuffer;
15 glBindFramebuffer_client_proc_t glBindFramebuffer;
16 glBindRenderbuffer_client_proc_t glBindRenderbuffer;
17 glBindTexture_client_proc_t glBindTexture;
18 glBlendColor_client_proc_t glBlendColor;
19 glBlendEquation_client_proc_t glBlendEquation;
[all …]
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DHostConnection.h25 class gl2_client_context_t; variable