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 143 glw::GLenum bindTarget;
394 texGen.bindTarget = target;
410 texGen.bindTarget = target;
419 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
431 texGen.bindTarget = target;
440 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
452 texGen.bindTarget = target;
461 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
478 texGen.bindTarget = target;
502 texGen.bindTarget = target
    [all...]

Completed in 260 milliseconds