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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 409 gl::Texture2DArray *texture2darray = context->getTexture2DArray(); local
410 if (texture2darray)
412 textureCompressed = texture2darray->isCompressed(level);
413 textureInternalFormat = texture2darray->getInternalFormat(level);
414 textureLevelWidth = texture2darray->getWidth(level);
415 textureLevelHeight = texture2darray->getHeight(level);
416 textureLevelDepth = texture2darray->getLayers(level);
417 texture = texture2darray;
    [all...]
libGLESv2.cpp 8192 gl::Texture2DArray *texture2darray = context->getTexture2DArray(); local
    [all...]

Completed in 73 milliseconds