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

  /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...]
  /frameworks/rs/driver/
rsdAllocation.h 55 GLenum glFormat;
62 int glFormat;
rsdAllocation.cpp 117 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
145 RSD_CALL_GL(glTexImage2D, t, lod, drv->glFormat,
148 0, drv->glFormat, drv->glType, p);
153 drv->glFormat, drv->glType, p);
176 if (!drv->glType || !drv->glFormat) {
207 if (!drv->glFormat) {
221 RSD_CALL_GL(glRenderbufferStorage, GL_RENDERBUFFER, drv->glFormat,
448 drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind());
451 drv->glFormat = 0;
587 drv->glFormat, drv->glType, alloc->mHal.drvState.lod[0].mallocPtr)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
es31fFboTestUtil.cpp 612 tcu::RGBA getFormatThreshold (deUint32 glFormat)
614 const tcu::TextureFormat format = glu::mapGLInternalFormat(glFormat);
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
es3fFboTestUtil.cpp     [all...]

Completed in 469 milliseconds