OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientBufferType
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/OpenGL/libEGL/
Surface.cpp
67
clientBufferType
= EGL_NO_TEXTURE;
239
switch(
clientBufferType
)
276
UNREACHABLE(
clientBufferType
);
419
EGLenum
clientBufferType
, EGLBoolean largestPBuffer, EGLClientBuffer clientBuffer,
429
this->
clientBufferType
=
clientBufferType
;
Surface.hpp
97
EGLenum
clientBufferType
; // Type of the client buffer
Display.cpp
349
EGLenum
clientBufferType
= EGL_NO_TEXTURE;
401
clientBufferType
= attribList[1];
467
switch(
clientBufferType
)
551
Surface *surface = new PBufferSurface(this, configuration, width, height, textureFormat, textureTarget, clientBufferFormat,
clientBufferType
, largestPBuffer, clientBuffer, ioSurfacePlane);
Completed in 646 milliseconds