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

  /frameworks/rs/driver/
rsdAllocation.h 55 GLenum glFormat;
62 int glFormat;
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 42 glFormat(p_glFormat),
95 int glFormat; // OpenGL format enum used for host h/w color buffer
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 65 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align);
143 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize, bool& align)
147 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &glFormat));
150 format = glu::mapGLTransferFormat(glFormat, glType);
188 glFormat = GL_RGBA;
203 GLint glFormat;
207 getFormatInfo(format, glFormat, glType, pixelSize, align);
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
242 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0])));
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 195 GLenum glFormat = 0;
205 glFormat = GL_RGBA;
210 glFormat = GL_RGB;
215 glFormat = GL_RGB;
226 glFormat = GL_LUMINANCE;
236 glFormat = GL_LUMINANCE;
298 glFormat, glType);
324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
737 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
753 cb->glFormat, cb->glType
    [all...]

Completed in 612 milliseconds