OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPORTVBO_FNPTRINIT
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/graphics_SanAngeles/src/
importvbo.h
15
#ifndef
IMPORTVBO_FNPTRINIT
16
#define
IMPORTVBO_FNPTRINIT
19
IMPORTVBO_API void (*FP_glGenBuffersARB)(GLsizei, GLuint *)
IMPORTVBO_FNPTRINIT
;
20
IMPORTVBO_API void (*FP_glBindBufferARB)(GLenum, GLuint)
IMPORTVBO_FNPTRINIT
;
21
IMPORTVBO_API void (*FP_glBufferDataARB)(GLenum, GLsizeiptrARB, const GLvoid *, GLenum)
IMPORTVBO_FNPTRINIT
;
22
IMPORTVBO_API void (*FP_glBufferSubDataARB)(GLenum, GLintptrARB, GLsizeiptrARB, const GLvoid *)
IMPORTVBO_FNPTRINIT
;
23
IMPORTVBO_API void (*FP_glDeleteBuffersARB)(GLsizei, const GLuint *)
IMPORTVBO_FNPTRINIT
;
importvbo.c
8
#define
IMPORTVBO_FNPTRINIT
= NULL
app-linux.c
62
#undef
IMPORTVBO_FNPTRINIT
demo.c
44
#undef
IMPORTVBO_FNPTRINIT
[
all
...]
Completed in 144 milliseconds