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

  /external/mesa3d/src/mesa/main/
bufferobj.c 705 struct gl_buffer_object **bindTarget = NULL;
707 bindTarget = get_buffer_target(ctx, target);
708 if (!bindTarget) {
714 oldBufObj = *bindTarget;
735 _mesa_reference_buffer_object(ctx, bindTarget, newBufObj);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp 138 glw::GLenum bindTarget;
389 texGen.bindTarget = target;
405 texGen.bindTarget = target;
414 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
426 texGen.bindTarget = target;
435 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
447 texGen.bindTarget = target;
456 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
473 texGen.bindTarget = target;
497 texGen.bindTarget = target
    [all...]

Completed in 1178 milliseconds