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

  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
  /external/mesa3d/src/mesa/main/
points.c 59 if (ctx->Driver.PointSize)
60 ctx->Driver.PointSize(ctx, size);
dd.h 584 void (*PointSize)(struct gl_context *ctx, GLfloat size);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 146 driver->PointSize = NULL;
276 ctx->Driver.PointSize(ctx, ctx->Point.Size);
  /external/swiftshader/src/Renderer/
Context.hpp 42 PointSize = 4,
Context.cpp 499 return isDrawPoint(true) && (input[PointSize] || (!preTransformed && pointScaleActive()));
VertexProcessor.cpp 695 void VertexProcessor::setPointSize(float pointSize)
697 point.pointSize = replicate(pointSize);
1065 if(context->input[PointSize])
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 117 GLCASE(PointSize)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 218 setVertexAttrib(sw::PointSize, 1.0f, 1.0f, 1.0f, 1.0f);
    [all...]
libGLES_CM.cpp 1254 case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, false); break;
    [all...]
main.cpp 280 void PointSize(GLfloat size);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 527 ctx->Driver.PointSize = nouveau_point_size;
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.push_constant.vert.h 52 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
Smoke.vert.h 53 MemberDecorate 87(gl_PerVertex) 1 BuiltIn PointSize
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 802 return; // Use global pointsize
805 if(state.input[PointSize])
807 o[Pts].y = v[PointSize].x;
811 o[Pts].y = *Pointer<Float4>(data + OFFSET(DrawData,point.pointSize));
VertexProgram.cpp 650 o[Pts].y = v[PointSize].x;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 739 { "glPointSize", _O(PointSize) },
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 369 milliseconds