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 143 gl::Texture2DArray *texture2darray = context->getTexture2DArray(); local
144 if (texture2darray)
146 textureCompressed = texture2darray->isCompressed(level);
147 textureInternalFormat = texture2darray->getInternalFormat(level);
148 textureLevelWidth = texture2darray->getWidth(level);
149 textureLevelHeight = texture2darray->getHeight(level);
150 textureLevelDepth = texture2darray->getLayers(level);
151 texture = texture2darray;
567 gl::Texture2DArray *texArray = static_cast<gl::Texture2DArray *>(tex)
    [all...]
libGLESv2.cpp 9695 gl::Texture2DArray *texture2darray = context->getTexture2DArray(); local
    [all...]

Completed in 623 milliseconds