OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:native_platform
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c
191
static _EGLPlatformType
native_platform
= _EGL_INVALID_PLATFORM;
local
194
if (
native_platform
== _EGL_INVALID_PLATFORM) {
195
native_platform
= _eglGetNativePlatformFromEnv();
197
if (
native_platform
== _EGL_INVALID_PLATFORM) {
198
native_platform
= _eglNativePlatformDetectNativeDisplay(nativeDisplay);
200
if (
native_platform
== _EGL_INVALID_PLATFORM) {
201
native_platform
= _EGL_NATIVE_PLATFORM;
209
egl_platforms[
native_platform
].name, detection_method);
211
return
native_platform
;
/external/mesa3d/src/egl/main/
egldisplay.c
191
static _EGLPlatformType
native_platform
= _EGL_INVALID_PLATFORM;
local
194
if (
native_platform
== _EGL_INVALID_PLATFORM) {
195
native_platform
= _eglGetNativePlatformFromEnv();
197
if (
native_platform
== _EGL_INVALID_PLATFORM) {
198
native_platform
= _eglNativePlatformDetectNativeDisplay(nativeDisplay);
200
if (
native_platform
== _EGL_INVALID_PLATFORM) {
201
native_platform
= _EGL_NATIVE_PLATFORM;
209
egl_platforms[
native_platform
].name, detection_method);
211
return
native_platform
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h
306
struct
native_platform
{
struct
318
const struct
native_platform
*
321
const struct
native_platform
*
324
const struct
native_platform
*
327
const struct
native_platform
*
330
const struct
native_platform
*
333
const struct
native_platform
*
336
const struct
native_platform
*
/external/mesa3d/src/gallium/state_trackers/egl/common/
native.h
306
struct
native_platform
{
struct
318
const struct
native_platform
*
321
const struct
native_platform
*
324
const struct
native_platform
*
327
const struct
native_platform
*
330
const struct
native_platform
*
333
const struct
native_platform
*
336
const struct
native_platform
*
Completed in 77 milliseconds