Home
last modified time | relevance | path

Searched defs:drawMode (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp107 …t char* description, int numPrimitives, CaseType caseType, deUint32 caseOptions, deUint32 drawMode) in RasterizerDiscardCase()
127 …d generateVertices (std::vector<float>& dst, int numPrimitives, de::Random& rnd, deUint32 drawMode) in generateVertices()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.cpp47 bool RendererD3D::skipDraw(const gl::State &glState, gl::PrimitiveMode drawMode) in skipDraw()
DProgramD3D.cpp131 gl::PrimitiveMode GetGeometryShaderTypeFromDrawMode(gl::PrimitiveMode drawMode) in GetGeometryShaderTypeFromDrawMode()
1625 gl::PrimitiveMode drawMode, in getGeometryExecutableForPrimitiveType()
3246 gl::PrimitiveMode drawMode) in hasGeometryExecutableForPrimitiveType()
/third_party/skia/gm/
Dxfermodes3.cpp138 void drawMode(SkCanvas* canvas, in drawMode() function in skiagm::Xfermodes3GM
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBuiltinVariableTest.cpp80 void runTest(GLuint drawMode, const std::vector<GLint> &indices, int count) in runTest()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp271 GLenum drawMode = GL_POINTS; in iterate() local
DglcPackedDepthStencilTests.cpp726 void BaseTest::drawQuad(DrawMode drawMode, GLuint program) in drawQuad()
/third_party/skia/bench/
DBulkRectBench.cpp266 #define ADD_BENCH(n, layout, imageMode, drawMode) \ argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp421 gl::PrimitiveMode drawMode, in setViewportState()
DRenderer9.cpp1089 angle::Result Renderer9::updateState(const gl::Context *context, gl::PrimitiveMode drawMode) in updateState()
1144 gl::PrimitiveMode drawMode) in setBlendDepthRasterStates()
1175 gl::PrimitiveMode drawMode, in setViewport()
1748 angle::Result Renderer9::applyShaders(const gl::Context *context, gl::PrimitiveMode drawMode) in applyShaders()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp733 bool IsTriangleMode(PrimitiveMode drawMode) in IsTriangleMode()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp2854 void Context::applyState(GLenum drawMode) in applyState()
3987 bool Context::cullSkipsDraw(GLenum drawMode) in cullSkipsDraw()
3992 bool Context::isTriangleMode(GLenum drawMode) in isTriangleMode()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp986 GLenum drawMode = (useTessellationPatches) ? GL_PATCHES : GL_TRIANGLES; in drawQuad() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp876 gl::PrimitiveMode drawMode) in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2930 angle::Result StateManager11::syncProgram(const gl::Context *context, gl::PrimitiveMode drawMode) in syncProgram()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp4890 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation()
5096 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp5029 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation()
5229 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2167 gl::PrimitiveMode drawMode) in updateTopology()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.cpp511 bool IsCompatibleDrawModeWithGeometryShader(PrimitiveMode drawMode, in IsCompatibleDrawModeWithGeometryShader()