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

  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 253 EGLenum textureFormat = EGL_NO_TEXTURE;
279 textureFormat = attribList[1];
322 if (textureFormat != EGL_NO_TEXTURE && !mRenderer->getNonPower2TextureSupport() && (!gl::isPow2(width) || !gl::isPow2(height)))
327 if ((textureFormat != EGL_NO_TEXTURE && textureTarget == EGL_NO_TEXTURE) ||
328 (textureFormat == EGL_NO_TEXTURE && textureTarget != EGL_NO_TEXTURE))
338 if ((textureFormat == EGL_TEXTURE_RGB && configuration->mBindToTextureRGB != EGL_TRUE) ||
339 (textureFormat == EGL_TEXTURE_RGBA && configuration->mBindToTextureRGBA != EGL_TRUE))
350 Surface *surface = new Surface(this, configuration, shareHandle, width, height, textureFormat, textureTarget);
  /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 */
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 178 milliseconds