OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeBit
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglRenderCase.cpp
60
static void postSurface (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint
typeBit
)
62
if (
typeBit
== EGL_WINDOW_BIT)
64
else if (
typeBit
== EGL_PIXMAP_BIT)
66
else if (
typeBit
== EGL_PBUFFER_BIT)
/external/mesa3d/src/mesa/main/
varray.c
132
GLbitfield
typeBit
;
186
typeBit
= type_to_bit(ctx, type);
187
if (
typeBit
== 0x0 || (
typeBit
& legalTypesMask) == 0x0) {
[
all
...]
Completed in 672 milliseconds