OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthFormat
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/opengl/libagl/
egl.cpp
145
egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t
depthFormat
);
169
int32_t
depthFormat
)
174
depth.format =
depthFormat
;
213
int32_t
depthFormat
,
335
int32_t
depthFormat
,
337
: egl_surface_t(dpy, config,
depthFormat
),
630
int32_t
depthFormat
,
646
int32_t
depthFormat
,
648
: egl_surface_t(dpy, config,
depthFormat
), nativePixmap(*pixmap)
650
if (
depthFormat
) {
[
all
...]
/frameworks/base/opengl/libagl2/src/
egl.cpp
113
egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t
depthFormat
);
139
int32_t
depthFormat
)
144
depth.format = (GGLPixelFormat)
depthFormat
;
188
int32_t
depthFormat
,
320
int32_t
depthFormat
,
322
: egl_surface_t(dpy, config,
depthFormat
),
622
int32_t
depthFormat
,
644
int32_t
depthFormat
,
646
: egl_surface_t(dpy, config,
depthFormat
), nativePixmap(*pixmap)
648
if (
depthFormat
) {
[
all
...]
/external/mesa3d/test/
egl.cpp
177
egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t
depthFormat
);
203
int32_t
depthFormat
)
208
depth.format =
depthFormat
;
252
int32_t
depthFormat
,
384
int32_t
depthFormat
,
386
: egl_surface_t(dpy, config,
depthFormat
),
681
int32_t
depthFormat
,
703
int32_t
depthFormat
,
705
: egl_surface_t(dpy, config,
depthFormat
), nativePixmap(*pixmap)
707
if (
depthFormat
) {
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h
62
unsigned int GetDepthSize(D3DFORMAT
depthFormat
);
utilities.cpp
697
unsigned int GetDepthSize(D3DFORMAT
depthFormat
)
699
switch (
depthFormat
)
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
106
enum GGLPixelFormat colorFormat,
depthFormat
, stencilFormat;
/external/mesa3d/src/pixelflinger2/
buffer.cpp
215
ctx->state.bufferState.
depthFormat
= ctx->depthSurface.format;
llvm_scanline.cpp
525
assert(GGL_PIXEL_FORMAT_Z_32 == gglCtx->bufferState.
depthFormat
);
Completed in 67 milliseconds