HomeSort by: relevance | last modified time | path
    Searched refs:api (Results 1 - 25 of 187) sorted by relevancy

1 2 3 4 5 6 7 8

  /xsrc/external/mit/libepoxy/dist/src/
dispatch_common.c 73 * - `epoxy/gl.h` - For GL API
74 * - `epoxy/egl.h` - For EGL API
75 * - `epoxy/glx.h` - For GLX API
76 * - `epoxy/wgl.h` - For WGL API
85 * The scope of this API reference does not include the documentation for
128 * "Client API function pointers returned by eglGetProcAddress are
129 * independent of the display and the currently bound client API context,
130 * and may be used by any client API context which supports the extension.
134 * • All EGL and client API extension functions supported by the
136 * client API context or not). This includes any mandatory OpenGL E
228 struct api { struct
275 static struct api api = { variable in typeref:struct:api
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_SPARC_asm.py 220 def printBody(self, api):
221 for f in api.functionIterateByOffset():
229 for f in api.functionIterateByOffset():
253 help='An XML description of an API.')
262 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
263 printer.Print(api)
gl_marshal_h.py 54 def printBody(self, api):
59 for func in api.functionIterateAll():
68 for func in api.functionIterateAll():
98 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory())
99 printer.Print(api)
gl_x86_asm.py 179 def printBody(self, api):
180 for f in api.functionIterateByOffset():
191 for f in api.functionIterateByOffset():
216 help='An XML file describing an API.')
224 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
225 printer.Print(api)
remap_helper.py 75 def printBody(self, api):
89 for f in api.functionIterateAll():
115 for f in api.functionIterateByOffset():
141 api = gl_XML.parse_GL_API(args.file_name)
144 printer.Print(api)
gl_table.py 45 def printBody(self, api):
46 for f in api.functionIterateByOffset():
112 def printBody(self, api):
133 for f in api.functionIterateByOffset():
188 help="Path to an XML description of OpenGL API.")
201 api = gl_XML.parse_GL_API(args.file_name)
208 printer.Print(api)
gl_procs.py 79 def printBody(self, api):
85 for func in api.functionIterateByOffset():
96 for func in api.functionIterateByOffset():
115 for func in api.functionIterateByOffset():
123 for func in api.functionIterateByOffset():
125 cat, num = api.get_category_for_name(n)
163 help="Path to an XML description of OpenGL API.")
174 api = gl_XML.parse_GL_API(args.file_name, glX_XML.glx_item_factory())
175 PrintGlProcs(args.es).Print(api)
gl_gentable.py 64 LogMessage(X_ERROR, "GLX: Call to unimplemented API: Unknown\\n");
66 fprintf(stderr, "Call to unimplemented API: Unknown\\n");
168 def printBody(self, api):
172 for f in api.functions_by_name.values():
178 for f in api.functions_by_name.values():
205 help='An XML file description of an API')
216 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
217 printer.Print(api)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
get_hash_generator.py 29 # names for each GL API. The generated file is to be included by glGet.c
59 def api_name(api):
60 return "API_OPEN%s" % api
73 def api_index(api):
74 return api_enum.index(api)
76 def table_name(api):
77 return "table_" + api_name(api)
79 def print_table(api, table):
80 print("static table_t %s = {" % (table_name(api)))
102 for api in table["apis"]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_SPARC_asm.py 222 def printBody(self, api):
223 for f in api.functionIterateByOffset():
231 for f in api.functionIterateByOffset():
255 help='An XML description of an API.')
264 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
265 printer.Print(api)
gl_marshal_h.py 56 def printBody(self, api):
59 for func in api.functionIterateAll():
86 api = gl_XML.parse_GL_API(file_name, marshal_XML.marshal_item_factory())
87 printer.Print(api)
gl_x86_asm.py 190 def printBody(self, api):
191 for f in api.functionIterateByOffset():
202 for f in api.functionIterateByOffset():
227 help='An XML file describing an API.')
235 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
236 printer.Print(api)
remap_helper.py 77 def printBody(self, api):
91 for f in api.functionIterateAll():
117 for f in api.functionIterateByOffset():
143 api = gl_XML.parse_GL_API(args.file_name)
146 printer.Print(api)
gl_procs.py 81 def printBody(self, api):
87 for func in api.functionIterateByOffset():
98 for func in api.functionIterateByOffset():
117 for func in api.functionIterateByOffset():
126 for func in api.functionIterateByOffset():
134 for func in api.functionIterateByOffset():
136 cat, num = api.get_category_for_name(n)
174 help="Path to an XML description of OpenGL API.")
185 api = gl_XML.parse_GL_API(args.file_name, glX_XML.glx_item_factory())
186 PrintGlProcs(args.es).Print(api)
    [all...]
gl_table.py 47 def printBody(self, api):
48 for f in api.functionIterateByOffset():
107 def printBody(self, api):
128 for f in api.functionIterateByOffset():
183 help="Path to an XML description of OpenGL API.")
196 api = gl_XML.parse_GL_API(args.file_name)
203 printer.Print(api)
gl_gentable.py 94 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr);
99 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
201 def printBody(self, api):
205 for f in api.functions_by_name.values():
211 for f in api.functions_by_name.values():
238 help='An XML file description of an API')
249 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
250 printer.Print(api)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
get_hash_generator.py 29 # names for each GL API. The generated file is to be included by glGet.c
61 def api_name(api):
62 return "API_OPEN%s" % api
75 def api_index(api):
76 return api_enum.index(api)
78 def table_name(api):
79 return "table_" + api_name(api)
81 def print_table(api, table):
82 print("static table_t %s = {" % (table_name(api)))
104 for api in table["apis"]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
eglcurrent.h 69 * Return true if a client API enum is recognized.
72 _eglIsApiValid(EGLenum api)
75 /* OpenGL is not a valid/supported API on Android */
76 return api == EGL_OPENGL_ES_API;
78 return (api == EGL_OPENGL_ES_API || api == EGL_OPENGL_API);
eglcontext.c 44 * Return the API bit (one of EGL_xxx_BIT) of the context.
88 EGLenum api = ctx->ClientAPI; local
94 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) {
108 * current rendering API is EGL_OPENGL_ES_API"
116 * EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
121 if ((api != EGL_OPENGL_ES_API &&
122 (!disp->Extensions.KHR_create_context || api != EGL_OPENGL_API))) {
134 * EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
140 (api != EGL_OPENGL_ES_API && api != EGL_OPENGL_API))
594 const EGLenum api = eglQueryAPI(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.h 44 gl_api api);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglcurrent.h 69 * Return true if a client API enum is recognized.
72 _eglIsApiValid(EGLenum api)
75 /* OpenGL is not a valid/supported API on Android */
76 return api == EGL_OPENGL_ES_API;
78 return (api == EGL_OPENGL_ES_API || api == EGL_OPENGL_API);
eglcontext.c 44 * Return the API bit (one of EGL_xxx_BIT) of the context.
88 EGLenum api = ctx->ClientAPI; local
94 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) {
108 * current rendering API is EGL_OPENGL_ES_API"
116 * EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
121 if ((api != EGL_OPENGL_ES_API &&
122 (!disp->Extensions.KHR_create_context || api != EGL_OPENGL_API))) {
134 * EGL_CONTEXT_MINOR_VERSION_KHR specify the requested client API
140 (api != EGL_OPENGL_ES_API && api != EGL_OPENGL_API))
586 const EGLenum api = eglQueryAPI(); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.h 44 gl_api api);
  /xsrc/external/mit/libepoxy/dist/test/
egl_without_glx.c 48 * it tries to dlopen() the API libraries, and errors out the
84 override_eglBindAPI(EGLenum api)
87 EGLBoolean (*real_eglBindAPI)(EGLenum api) = dlsym(egl, "eglBindAPI");
89 last_api = api;
91 if (api == EGL_OPENGL_API) {
97 return real_eglBindAPI(api);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
getprocaddress.py 59 def printBody(self, api):
63 for f in api.functionIterateByCategory():
64 [category, num] = api.get_category_for_name( f.name )
98 api = gl_XML.parse_GL_API( file_name, gl_XML.gl_item_factory() ) variable
100 printer.Print( api )

Completed in 18 milliseconds

1 2 3 4 5 6 7 8