HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/egl/main/
eglfallbacks.c 55 memset(&drv->API, 0, sizeof(drv->API));
58 drv->API.Initialize = NULL;
59 drv->API.Terminate = NULL;
61 drv->API.GetConfigs = _eglGetConfigs;
62 drv->API.ChooseConfig = _eglChooseConfig;
63 drv->API.GetConfigAttrib = _eglGetConfigAttrib;
65 drv->API.CreateContext = (CreateContext_t) _eglReturnFalse;
66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
67 drv->API.MakeCurrent = (MakeCurrent_t) _eglReturnFalse
    [all...]
eglapi.c 32 * Public EGL API entrypoints
45 * For each public API entry point, the opaque handles are looked up
104 * Macros to help return an API entrypoint.
345 drv->API.Terminate(drv, disp);
362 ret = drv->API.QueryString(drv, disp, name);
377 ret = drv->API.GetConfigs(drv, disp, configs, config_size, num_config);
392 ret = drv->API.ChooseConfig(drv, disp, attrib_list, configs,
409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
454 ret = drv->API.DestroyContext(drv, disp, context)
    [all...]
  /external/libese/libese/
ese_private.h 24 #define API __attribute__ ((visibility("default")))
ese.c 30 API const char *ese_name(const struct EseInterface *ese) {
40 API int ese_open(struct EseInterface *ese, void *hw_opts) {
51 API const char *ese_error_message(const struct EseInterface *ese) {
55 API int ese_error_code(const struct EseInterface *ese) {
59 API bool ese_error(const struct EseInterface *ese) { return ese->error.is_err; }
61 API void ese_set_error(struct EseInterface *ese, int code) {
65 /* Negative values are reserved for API wide messages. */
84 API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf,
108 API void ese_close(struct EseInterface *ese) {
  /external/mesa3d/src/mesa/main/
api_exec.c 136 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
148 if (ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE)
157 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
163 if (ctx->API == API_OPENGL) {
167 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
171 if (ctx->API != API_OPENGLES2)
    [all...]
enable.c 276 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
284 if (ctx->API != API_OPENGL)
333 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
369 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
384 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
399 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES
    [all...]
getstring.c 42 switch (ctx->API) {
83 _mesa_problem(ctx, "Unexpected API value in shading_language_version()");
129 if (ctx->API == API_OPENGL_CORE) {
136 if (ctx->API == API_OPENGLES)
143 if (ctx->API == API_OPENGL &&
215 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
220 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
225 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES
    [all...]
hint.c 54 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
62 if (!_mesa_is_desktop_gl(ctx) && ctx->API != API_OPENGLES)
70 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
78 if (ctx->API != API_OPENGL && ctx->API != API_OPENGLES)
96 if (ctx->API != API_OPENGL)
116 if (ctx->API == API_OPENGL_CORE)
126 if (ctx->API == API_OPENGLES || !ctx->Extensions.ARB_fragment_shader
    [all...]
vtxfmt.c 45 * API dispatch table.
51 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
60 if (ctx->API == API_OPENGL) {
64 if (ctx->API != API_OPENGL_CORE && ctx->API != API_OPENGLES2) {
98 if (ctx->API == API_OPENGL) {
110 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx)) {
116 if (ctx->API != API_OPENGLES2) {
126 if (ctx->API != API_OPENGLES2 || _mesa_is_gles3(ctx))
    [all...]
context.h 109 gl_api api,
116 _mesa_create_context(gl_api api,
237 * Macro to assert that the API call was made outside the
252 * Macro to assert that the API call was made outside the
266 * Macro to assert that the API call was made outside the
278 * Macro to assert that the API call was made outside the
299 return ctx->API == API_OPENGL || ctx->API == API_OPENGL_CORE;
309 return ctx->API == API_OPENGLES || ctx->API == API_OPENGLES2
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
customizations.js 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
6 + "document, change the value of the API Level filter above.</p>"
7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h 237 LocationAPIRequest(LocationAPIClientBase& API) : mAPI(API) {}
247 StartTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
255 StopTrackingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
263 UpdateTrackingOptionsRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
271 StartBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {}
    [all...]
  /external/ImageMagick/coders/
wmf.c 72 #include "libwmf/api.h"
242 #define ERR(API) ((API)->err != wmf_E_None)
256 #include "libwmf/api.h"
306 # define wmf_api_create(api,flags,options) wmf_lite_create(api,flags,options)
307 # define wmf_api_destroy(api) wmf_lite_destroy(api)
378 #define WmfDrawingWand (((wmf_magick_t*)((API)->device_data))->draw_wand)
400 static void lite_font_init (wmfAPI* API, wmfAPI_Options* options)
    [all...]
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/doclava/res/assets/templates/components/
api_filter.cs 1 <?cs # The default API filter selector that goes in the header ?><?cs
3 <div id="api-level-toggle">
5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /external/minijail/
libminijail-private.h 20 #define API __attribute__ ((visibility("default")))
libminijail.c 231 /* Minijail API. */
233 struct minijail API *minijail_new(void)
238 void API minijail_change_uid(struct minijail *j, uid_t uid)
246 void API minijail_change_gid(struct minijail *j, gid_t gid)
254 void API minijail_set_supplementary_gids(struct minijail *j, size_t size,
284 void API minijail_keep_supplementary_gids(struct minijail *j) {
288 int API minijail_change_user(struct minijail *j, const char *user)
323 int API minijail_change_group(struct minijail *j, const char *group)
353 void API minijail_use_seccomp(struct minijail *j)
358 void API minijail_no_new_privs(struct minijail *j
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 39 #define API 11
41 #if API >= 11
74 #if API >= 11
91 #if API >= 11
133 #if API >= 11
151 #if API >= 11
170 #if API < 11
171 // we use a D3D11-like API internally
223 #if API >= 11
  /external/swiftshader/src/OpenGL/libEGL/
main.h 35 EGLenum API;
45 void setCurrentAPI(EGLenum API);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 50 EGLint api = -1; local
58 api = ST_API_OPENGL;
62 api = ST_API_OPENGL;
72 api = ST_API_OPENVG;
75 api = ST_API_OPENGL;
78 _eglLog(_EGL_WARNING, "unknown client API 0x%04x", ctx->ClientAPI);
82 stapi = egl_g3d_get_st_api(drv, api);
896 drv->API.ChooseConfig = egl_g3d_choose_config;
898 drv->API.CreateContext = egl_g3d_create_context;
899 drv->API.DestroyContext = egl_g3d_destroy_context
    [all...]
  /external/v8/include/
v8-inspector.h 19 namespace API {
24 namespace API {
30 namespace API {
108 virtual std::unique_ptr<protocol::Runtime::API::StackTrace>
132 virtual std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
144 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
149 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
259 // API methods.
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 11 * name mangling that matches the API prefixing that happened as a result of
30 * public jemalloc API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 10 * This interface provides an OCaml API for the LLVM intermediate
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 12 This interface provides an OCaml API for LLVM bitcode linker,

Completed in 2050 milliseconds

1 2 3 4 5 6 7 8 91011>>