HomeSort by relevance Sort by last modified time
    Searched refs:GLfloat (Results 126 - 150 of 721) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/main/
es1_conversion.h 41 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation);
68 _mesa_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,
69 GLfloat zNear, GLfloat zFar);
76 _mesa_GetClipPlanef(GLenum plane, GLfloat *equation);
133 _mesa_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top
    [all...]
dlist.c 526 GLfloat f;
    [all...]
texcompress.h 55 GLfloat *texel);
64 GLfloat *dest);
texcompress_rgtc.c 60 static void extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr,
64 const GLfloat *curaddr;
132 const GLfloat *tempImage = NULL;
135 const GLfloat *srcaddr;
139 GLfloat *tempImageSlices[1];
144 redRowStride = 1 * srcWidth * sizeof(GLfloat);
145 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat));
148 tempImageSlices[0] = (GLfloat *) tempImage;
252 const GLfloat *tempImage = NULL;
255 const GLfloat *srcaddr
    [all...]
multisample.h 42 _mesa_GetMultisamplefv(GLenum pname, GLuint index, GLfloat* val);
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 141 GLfloat *s = (GLfloat *)src->start;
142 GLfloat (*d)[4] = (GLfloat (*)[4])dst->start;
143 const GLfloat *m = mat->m;
147 s = (GLfloat *)((char *)s + src->stride);
156 static void init_matrix( GLfloat *m )
164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4])
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 40 const GLfloat fx = (GLfloat) ix;
41 const GLfloat fy = (GLfloat) iy;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
68 GLfloat (*attribArray)[4] = line->span.array->attribs[attr];
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
109 GLfloat tStart, tEnd; /* segment start, end along line length */
159 const GLfloat invW0 = v0->attrib[VARYING_SLOT_POS][3]
    [all...]
s_tritemp.h 122 GLfloat dx; /* X(v1) - X(v0) */
123 GLfloat dy; /* Y(v1) - Y(v0) */
124 GLfloat dxdy; /* dx/dy */
126 GLfloat adjy; /* adjust from v[0]->fy to fsy, scaled */
137 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF;
141 GLfloat oneOverArea;
143 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceSign;
240 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy;
261 eMaj.adjy = (GLfloat) (eMaj.fsy - vMin_fy); /* SCALED! */
274 eTop.adjy = (GLfloat) (eTop.fsy - vMid_fy); /* SCALED! *
    [all...]
s_depth.h 49 GLint n, GLint x, GLint y, GLfloat depth[] );
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 13 void glMinSampleShadingOES ( GLfloat value )
25 void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
  /external/deqp/external/openglcts/modules/gles32/
es32cRobustBufferAccessBehaviorTests.cpp 413 GLfloat source_pixels[image_width * image_height * n_components];
416 source_pixels[i * n_components + 0] = (GLfloat)(i % 16) / 16.0f;
417 source_pixels[i * n_components + 1] = (GLfloat)(i / 16) / 16.0f;
418 source_pixels[i * n_components + 2] = (GLfloat)i / 256.0f;
584 std::vector<GLfloat> pixels;
588 pixels[i * n_channels + 0] = (GLfloat)i / (GLfloat)n_pixels;
589 pixels[i * n_channels + 1] = (GLfloat)i / (GLfloat)n_pixels;
590 pixels[i * n_channels + 2] = (GLfloat)i / (GLfloat)n_pixels
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 118 GLfloat offset = 0;
119 GLfloat z[3] = { 0 };
132 GLfloat ex = VERT_X(v[0]) - VERT_X(v[2]);
133 GLfloat ey = VERT_Y(v[0]) - VERT_Y(v[2]);
134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]);
135 GLfloat fy = VERT_Y(v[1]) - VERT_Y(v[2]);
136 GLfloat cc = ex*fy - ey*fx;
180 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data;
190 assert(VB->BackfaceColorPtr->stride == 4*sizeof(GLfloat));
207 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 85 GLfloat t,
99 GLfloat *dest );
104 const GLfloat *src );
111 GLuint nr, const GLfloat *vp,
163 GLfloat t,
170 GLfloat t,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 32 typedef float GLfloat;
684 WINGDIAPI void APIENTRY glAccum(GLenum op,GLfloat value);
690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
695 WINGDIAPI void APIENTRY glClearAccum(GLfloat red,GLfloat green,GLfloat blue,GLfloat alpha)
    [all...]
glext.h 222 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);
233 typedef void (APIENTRYP PFNGLMULTITEXCOORD1FPROC) (GLenum target, GLfloat s);
234 typedef void (APIENTRYP PFNGLMULTITEXCOORD1FVPROC) (GLenum target, const GLfloat *v);
241 typedef void (APIENTRYP PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
242 typedef void (APIENTRYP PFNGLMULTITEXCOORD2FVPROC) (GLenum target, const GLfloat *v);
249 typedef void (APIENTRYP PFNGLMULTITEXCOORD3FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r);
250 typedef void (APIENTRYP PFNGLMULTITEXCOORD3FVPROC) (GLenum target, const GLfloat *v)
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 68 typedef khronos_float_t GLfloat;
384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d)
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 39 GLfloat z[3];
40 GLfloat offset, oz0, oz1, oz2;
44 GLfloat saved_col0[3][4] = { { 0 } };
45 GLfloat saved_spec[3][4] = { { 0 } };
53 GLfloat ex = v[0]->attrib[VARYING_SLOT_POS][0] - v[2]->attrib[VARYING_SLOT_POS][0];
54 GLfloat ey = v[0]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1];
55 GLfloat fx = v[1]->attrib[VARYING_SLOT_POS][0] - v[2]->attrib[VARYING_SLOT_POS][0];
56 GLfloat fy = v[1]->attrib[VARYING_SLOT_POS][1] - v[2]->attrib[VARYING_SLOT_POS][1];
57 GLfloat cc = ex*fy - ey*fx;
69 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 175 void ClipPlanef(GLenum plane, const GLfloat *equation);
177 void Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
207 void Fogf(GLenum pname, GLfloat param);
208 void Fogfv(GLenum pname, const GLfloat *params);
212 void Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 64 typedef float GLfloat;
485 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
507 GLAPI void APIENTRY glFogf (GLenum pname, GLfloat param);
508 GLAPI void APIENTRY glFogfv (GLenum pname, const GLfloat *params);
512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 251 TAG(Vertex2f)(GLfloat x, GLfloat y)
258 TAG(Vertex2fv)(const GLfloat * v)
265 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
272 TAG(Vertex3fv)(const GLfloat * v)
279 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w
    [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5PreciseQualifier.hpp 173 void drawAndGetFeedbackResult(const glw::GLfloat* vertex_data_positions, const glw::GLfloat* vertex_data_weights,
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampParameterBorderColorError.hpp 70 void VerifyGLTexParameterf(glw::GLenum target, glw::GLenum pname, glw::GLfloat param, glw::GLenum expected_error);
74 void VerifyGLSamplerParameterf(glw::GLenum pname, glw::GLfloat param, glw::GLenum expected_error);
  /external/mesa3d/include/GL/
glext.h 222 typedef void (APIENTRYP PFNGLSAMPLECOVERAGEPROC) (GLfloat value, GLboolean invert);
233 typedef void (APIENTRYP PFNGLMULTITEXCOORD1FPROC) (GLenum target, GLfloat s);
234 typedef void (APIENTRYP PFNGLMULTITEXCOORD1FVPROC) (GLenum target, const GLfloat *v);
241 typedef void (APIENTRYP PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
242 typedef void (APIENTRYP PFNGLMULTITEXCOORD2FVPROC) (GLenum target, const GLfloat *v);
249 typedef void (APIENTRYP PFNGLMULTITEXCOORD3FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r);
250 typedef void (APIENTRYP PFNGLMULTITEXCOORD3FVPROC) (GLenum target, const GLfloat *v)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_msaa.c 44 GLfloat *outPos)
  /hardware/libhardware/tests/hwc/
util.h 23 void matrix_init_ortho(GLfloat *m, float w, float h);

Completed in 1202 milliseconds

1 2 3 4 56 7 8 91011>>