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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 105 bool GLESvalidate::textureTarget(GLenum target) {
  /external/chromium_org/third_party/angle/src/libEGL/
Display.cpp 254 EGLenum textureTarget = EGL_NO_TEXTURE;
290 textureTarget = attribList[1];
327 if ((textureFormat != EGL_NO_TEXTURE && textureTarget == EGL_NO_TEXTURE) ||
328 (textureFormat == EGL_NO_TEXTURE && textureTarget != EGL_NO_TEXTURE))
350 Surface *surface = new Surface(this, configuration, shareHandle, width, height, textureFormat, textureTarget);
  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 137 GLenum textureTarget;
  /external/mesa3d/src/glx/
glxclient.h 137 GLenum textureTarget;

Completed in 167 milliseconds