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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 524 GLenum textureFormat = gl::GetInternalFormatInfo(textureInternalFormat).format;
529 switch (textureFormat)
  /external/deqp/framework/common/
tcuImageIO.cpp 107 TextureFormat textureFormat;
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 283 EGLenum textureFormat = EGL_NO_TEXTURE;
309 textureFormat = attribList[1];
352 if (textureFormat != EGL_NO_TEXTURE && !mRenderer->getRendererExtensions().textureNPOT && (!gl::isPow2(width) || !gl::isPow2(height)))
357 if ((textureFormat != EGL_NO_TEXTURE && textureTarget == EGL_NO_TEXTURE) ||
358 (textureFormat == EGL_NO_TEXTURE && textureTarget != EGL_NO_TEXTURE))
368 if ((textureFormat == EGL_TEXTURE_RGB && configuration->mBindToTextureRGB != EGL_TRUE) ||
369 (textureFormat == EGL_TEXTURE_RGBA && configuration->mBindToTextureRGBA != EGL_TRUE))
380 Surface *surface = new Surface(this, configuration, shareHandle, width, height, textureFormat, textureTarget);
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 414 const EGLint textureFormat = surface.getAttribute(EGL_TEXTURE_FORMAT);
416 if (textureFormat != EGL_NO_TEXTURE && textureFormat != EGL_TEXTURE_RGB && textureFormat != EGL_TEXTURE_RGBA)
418 log << TestLog::Message << " Fail, invalid texture format value " << textureFormat << TestLog::EndMessage;
  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 138 GLenum textureFormat; /* EXT_texture_from_pixmap support */
  /external/mesa3d/src/glx/
glxclient.h 138 GLenum textureFormat; /* EXT_texture_from_pixmap support */

Completed in 337 milliseconds