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

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 221 int stencilClearValue;
Context.cpp 56 mState.stencilClearValue = 0;
367 mState.stencilClearValue = stencil;
1238 case GL_STENCIL_CLEAR_VALUE: *params = mState.stencilClearValue; break;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 55 mState.stencilClearValue = 0;
338 mState.stencilClearValue = stencil;
    [all...]
Context.h 423 int stencilClearValue;
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 57 mState.stencilClearValue = 0;
357 mState.stencilClearValue = stencil;
    [all...]
Context.h 337 int stencilClearValue;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 547 milliseconds