Home
last modified time | relevance | path

Searched refs:PolygonMode (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c218 if (ctx->Driver.PolygonMode) in polygon_mode()
219 ctx->Driver.PolygonMode(ctx, face, mode); in polygon_mode()
Ddd.h558 void (*PolygonMode)(struct gl_context *ctx, GLenum face, GLenum mode); member
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll41 …%struct.PolygonMode = type { [128 x i8], float, float, i16, i16, i16, i16, i8, i8, i8, i8, i8, i8,…
50 …gicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.PolygonMode, %struct.Scisso…
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dshufflemask-undef.ll41 …%struct.PolygonMode = type { [128 x i8], float, float, i16, i16, i16, i16, i8, i8, i8, i8, i8, i8,…
50 …gicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.PolygonMode, %struct.Scisso…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll42 …%struct.PolygonMode = type { [128 x i8], float, float, i16, i16, i16, i16, i8, i8, i8, i8, i8, i8,…
51 …gicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.PolygonMode, %struct.Scisso…
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c146 driver->PolygonMode = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c532 ctx->Driver.PolygonMode = nouveau_polygon_mode; in nouveau_state_init()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp190 GET_PROC(PolygonMode); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp512 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onResetContext()
514 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_FILL)); in onResetContext()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp190 GET_PROC(PolygonMode); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp553 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_LINE)); in onResetContext()
555 GL_CALL(PolygonMode(GR_GL_FRONT_AND_BACK, GR_GL_FILL)); in onResetContext()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h224 void (GLAPIENTRY * PolygonMode)(GLenum, GLenum);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp738 { "glPolygonMode", _O(PolygonMode) },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2157 ctx->Driver.PolygonMode = radeonPolygonMode; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2402 functions->PolygonMode = r200PolygonMode; in r200InitStateFuncs()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp3192 static const struct PolygonMode in createRasterizationTests() struct
/external/mesa3d/include/GL/
Dgl_mangle.h1638 #define glPolygonMode MANGLE(PolygonMode)
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp4243 enum class PolygonMode enum
4251 VULKAN_HPP_INLINE std::string to_string( PolygonMode value ) in to_string()
4255 case PolygonMode::eFill : return "Fill"; in to_string()
4256 case PolygonMode::eLine : return "Line"; in to_string()
4257 case PolygonMode::ePoint : return "Point"; in to_string()
4258 case PolygonMode::eFillRectangleNV : return "FillRectangleNV"; in to_string()
29296 PolygonMode polygonMode_ = PolygonMode::eFill, in PipelineRasterizationStateCreateInfo()
29352 PipelineRasterizationStateCreateInfo & setPolygonMode( PolygonMode polygonMode_ ) in setPolygonMode()
29440 PolygonMode polygonMode;