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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /ndk/build/awk/
extract-platform.awk 20 # target=android-<api>
21 # target=<vendor>:<name>:<api>
23 # <api> is a number, but can also be "Donut" for the first form,
29 API=unknown
34 API=substr($0,RSTART,RLENGTH)
37 API="android-" substr($0,RSTART+1,RLENGTH)
42 printf("%s", API)
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /build/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>");
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/chromium_org/third_party/angle/src/libEGL/
main.h 20 EGLenum API;
29 void setCurrentAPI(EGLenum API);
main.cpp 29 current->API = EGL_OPENGL_ES_API;
129 void setCurrentAPI(EGLenum API)
133 current->API = API;
140 return current->API;
  /ndk/tests/device/test-googletest-gnustl/jni/
Application.mk 4 # target API level 9 since it allows the use of clone() and regex()
  /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>
  /ndk/tests/
run-tests-all.sh 141 # $2: API level
148 local API=$2
153 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
157 # $2: API level
165 local API=$2
173 --platform=android-$API \
174 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) \
185 API=$API32
187 API=$API6
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 5 // Custom binding for the enterprise.platformKeys API.
7 // The platformKeys API consists of two major parts:
12 // The internal API provides the key and crypto operations through static
21 binding.registerCustomHook(function(api) {
22 var apiFunctions = api.apiFunctions;
  /external/chromium_org/extensions/renderer/resources/
web_view_experimental.js 5 // This module implements experimental API for <webview>.
8 // <webview> Experimental API is only available on canary and dev channels of
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 41 * Loads the cast API extention. If not install, the extension is installed
42 * in background before load. The cast API will load the cast SDK automatically.
47 * installation of Cast API extension.
58 console.error('Google Cast API extension load failed.');
62 // Installs the Google Cast API extension and retry loading.
68 console.error('Google Cast API extension installation error.',
73 console.info('Google Cast API extension installed.');
74 // Loads API again.
79 // Trys to load the cast API extention which is defined in manifest.json.
93 console.error('Either "Google Cast API" or "Google Cast" extension '
    [all...]
  /external/chromium_org/third_party/mesa/src/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

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>