Searched refs:gles2_APIENTRY (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_proc.h | 12 #ifndef gles2_APIENTRY 13 #define gles2_APIENTRY macro 15 typedef void (gles2_APIENTRY *glActiveTexture_server_proc_t) (GLenum); 16 typedef void (gles2_APIENTRY *glAttachShader_server_proc_t) (void *ctx, GLuint, GLuint); 17 typedef void (gles2_APIENTRY *glAttachShader_dec_server_proc_t) (GLuint, GLuint); 18 typedef void (gles2_APIENTRY *glBindAttribLocation_server_proc_t) (void *ctx, GLuint, GLuint, const… 19 typedef void (gles2_APIENTRY *glBindAttribLocation_dec_server_proc_t) (GLuint, GLuint, const GLchar… 20 typedef void (gles2_APIENTRY *glBindBuffer_server_proc_t) (GLenum, GLuint); 21 typedef void (gles2_APIENTRY *glBindFramebuffer_server_proc_t) (GLenum, GLuint); 22 typedef void (gles2_APIENTRY *glBindRenderbuffer_server_proc_t) (GLenum, GLuint); [all …]
|
D | GLESv2Decoder.h | 29 typedef void (gles2_APIENTRY *glVertexAttribPointerWithDataSize_server_proc_t) (GLuint, GLint, GLen… 30 typedef void (gles2_APIENTRY *glVertexAttribIPointerWithDataSize_server_proc_t) (GLuint, GLint, GLe… 58 … static void gles2_APIENTRY s_glGetCompressedTextureFormats(void *self, int count, GLint *formats); 59 …static void gles2_APIENTRY s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum… 61 …static void gles2_APIENTRY s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLen… 64 …static void gles2_APIENTRY s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum t… 65 …static void gles2_APIENTRY s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum typ… 66 …static void gles2_APIENTRY s_glDrawElementsOffsetNullAEMU(void *self, GLenum mode, GLsizei count, … 67 …static void gles2_APIENTRY s_glDrawElementsDataNullAEMU(void *self, GLenum mode, GLsizei count, GL… 68 static int gles2_APIENTRY s_glFinishRoundTrip(void *self); [all …]
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | gl_base_types.h | 25 #ifndef gles2_APIENTRY 26 #define gles2_APIENTRY KHRONOS_APIENTRY macro
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 25 #ifndef gles2_APIENTRY 26 #define gles2_APIENTRY KHRONOS_APIENTRY macro
|