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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 386 gl::Texture3D *texture3d = context->getTexture3D(); local
387 if (texture3d)
389 textureCompressed = texture3d->isCompressed(level);
390 textureInternalFormat = texture3d->getInternalFormat(level);
391 textureLevelWidth = texture3d->getWidth(level);
392 textureLevelHeight = texture3d->getHeight(level);
393 textureLevelDepth = texture3d->getDepth(level);
394 texture = texture3d;
    [all...]
validationES.cpp 1320 gl::Texture3D *texture3d = context->getTexture3D(); local
    [all...]
libGLESv2.cpp 8185 gl::Texture3D *texture3d = context->getTexture3D(); local
    [all...]

Completed in 268 milliseconds