OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glGetCurrentContextPPAPI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/lib/gl/gles2/
gles2.c
19
glGetInterfacePPAPI()->ActiveTexture(
glGetCurrentContextPPAPI
(), texture);
24
glGetCurrentContextPPAPI
(), program, shader);
30
glGetCurrentContextPPAPI
(), program, index, name);
34
glGetInterfacePPAPI()->BindBuffer(
glGetCurrentContextPPAPI
(), target, buffer);
39
glGetCurrentContextPPAPI
(), target, framebuffer);
44
glGetCurrentContextPPAPI
(), target, renderbuffer);
49
glGetCurrentContextPPAPI
(), target, texture);
55
glGetCurrentContextPPAPI
(), red, green, blue, alpha);
59
glGetInterfacePPAPI()->BlendEquation(
glGetCurrentContextPPAPI
(), mode);
64
glGetCurrentContextPPAPI
(), modeRGB, modeAlpha)
[
all
...]
gl2ext_ppapi.h
36
GL_APICALL PP_Resource GL_APIENTRY
glGetCurrentContextPPAPI
(void);
gl2ext_ppapi.c
100
PP_Resource GL_APIENTRY
glGetCurrentContextPPAPI
(void) {
Completed in 544 milliseconds