HomeSort by relevance Sort by last modified time
    Searched defs:DrawBuffer (Results 1 - 4 of 4) 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);

Completed in 208 milliseconds