OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl2_APIENTRY
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_proc.h
9
#ifndef
gl2_APIENTRY
10
#define
gl2_APIENTRY
12
typedef void (
gl2_APIENTRY
*glActiveTexture_client_proc_t) (void * ctx, GLenum);
13
typedef void (
gl2_APIENTRY
*glAttachShader_client_proc_t) (void * ctx, GLuint, GLuint);
14
typedef void (
gl2_APIENTRY
*glBindAttribLocation_client_proc_t) (void * ctx, GLuint, GLuint, const GLchar*);
15
typedef void (
gl2_APIENTRY
*glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint);
16
typedef void (
gl2_APIENTRY
*glBindFramebuffer_client_proc_t) (void * ctx, GLenum, GLuint);
17
typedef void (
gl2_APIENTRY
*glBindRenderbuffer_client_proc_t) (void * ctx, GLenum, GLuint);
18
typedef void (
gl2_APIENTRY
*glBindTexture_client_proc_t) (void * ctx, GLenum, GLuint);
19
typedef void (
gl2_APIENTRY
*glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf)
[
all
...]
/sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h
41
static void
gl2_APIENTRY
s_glGetCompressedTextureFormats(void *self, int count, GLint *formats);
42
static void
gl2_APIENTRY
s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum type,
44
static void
gl2_APIENTRY
s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLenum type,
47
static void
gl2_APIENTRY
s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset);
48
static void
gl2_APIENTRY
s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen);
49
static void
gl2_APIENTRY
s_glShaderString(void *self, GLuint shader, const GLchar* string, GLsizei len);
50
static int
gl2_APIENTRY
s_glFinishRoundTrip(void *self);
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h
25
#ifndef
gl2_APIENTRY
26
#define
gl2_APIENTRY
KHRONOS_APIENTRY
/sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h
25
#ifndef
gl2_APIENTRY
26
#define
gl2_APIENTRY
KHRONOS_APIENTRY
Completed in 219 milliseconds