OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLAPI
(Results
26 - 27
of
27
) sorted by null
1
2
/external/mesa3d/src/mapi/
mapi_abi.py
29
# make it possible to import
glapi
31
GLAPI
= os.path.join(".", os.path.dirname(sys.argv[0]), "
glapi
/gen")
32
sys.path.append(
GLAPI
)
138
"""Parse a
GLAPI
XML file for ABI entries."""
697
self.api_call = '
GLAPI
'
793
"""Shared
GLAPI
API Printer"""
820
printers = ['
glapi
', 'es1api', 'es2api', 'shared-
glapi
']
839
'
glapi
': GLAPIPrinter
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h
44
#ifndef
GLAPI
45
#define
GLAPI
extern
[
all
...]
Completed in 202 milliseconds
1
2