OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawBuffer
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp
157
typedef deUint32
DrawBuffer
;
407
const DrawBufferInfo&
drawBuffer
= drawBuffers[renderbufferNdx];
408
const TextureFormat& format =
drawBuffer
.getFormat();
409
const IVec2& size =
drawBuffer
.getSize();
413
refRenderbuffers[renderbufferNdx] = TextureLevel(
drawBuffer
.getFormat(), size.x(), size.y());
425
const DrawBufferInfo&
drawBuffer
= drawBuffers[renderbufferNdx];
426
const TextureFormat& format =
drawBuffer
.getFormat();
897
const DrawBufferInfo&
drawBuffer
= drawBuffers[drawBufferNdx];
898
const TextureFormat& format =
drawBuffer
.getFormat();
930
const DrawBufferInfo&
drawBuffer
= drawBuffers[drawBufferNdx]
[
all
...]
/external/mesa3d/src/mesa/main/
dd.h
473
void (*
DrawBuffer
)( struct gl_context *ctx, GLenum buffer );
[
all
...]
mtypes.h
736
GLenum
DrawBuffer
[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */
[
all
...]
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h
252
void (GLAPIENTRY *
DrawBuffer
)(GLenum);
/external/opencv3/modules/core/src/
gl_core_3_1.cpp
479
PFNDRAWBUFFERPROC
DrawBuffer
;
[
all
...]
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 94 milliseconds