HomeSort by relevance Sort by last modified time
    Searched refs:readPixelsType (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 474 GLenum readPixelsType;
482 readPixelsType = GL_UNSIGNED_BYTE;
492 readPixelsType = GL_UNSIGNED_BYTE;
499 readPixelsType = GL_INT;
506 readPixelsType = GL_UNSIGNED_INT;
513 readPixelsType = GL_FLOAT;
522 readPixelsType = GL_FLOAT;
531 readPixelsType = GL_FLOAT;
547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0));
556 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, readRefrence.getLevel(0).getDataPtr()))
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.h 46 bool readPixelsType(GLenum type);
GLESv2Validation.cpp 245 bool readPixelsType(GLenum format) {
GL2Encoder.cpp     [all...]

Completed in 202 milliseconds