HomeSort by relevance Sort by last modified time
    Searched refs:GLfloat (Results 151 - 175 of 260) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/GLES/
glext.h 486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
487 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
495 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/GLES/
glext.h 486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
487 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
495 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES/
glext.h 486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
487 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
495 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
523 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 41 typedef khronos_float_t GLfloat;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 41 typedef khronos_float_t GLfloat;
  /external/mesa3d/src/mesa/main/
macros.h 42 /** Convert GLubyte in [0,255] to GLfloat in [0.0,1.0] */
43 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
46 /** Convert GLfloat in [0.0,1.0] to GLubyte in [0,255] */
50 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0] */
53 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127] */
57 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0], texture/fb data */
60 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127], texture/fb data */
64 /** Convert GLushort in [0,65535] to GLfloat in [0.0,1.0] */
65 #define USHORT_TO_FLOAT(S) ((GLfloat) (S) * (1.0F / 65535.0F))
67 /** Convert GLfloat in [0.0,1.0] to GLushort in [0, 65535] *
    [all...]
imports.h 84 typedef union { GLfloat f; GLint i; } fi_type;
169 static INLINE GLfloat LOG2(GLfloat x)
171 const GLfloat y = x * x * x * x;
175 return (GLfloat) log2 * (1.0 / 4.0); /* 4, because of x^4 above */
181 static INLINE GLfloat LOG2(GLfloat val)
197 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F))
272 #define CEILF(x) ((GLfloat) ceil(x))
273 #define FLOORF(x) ((GLfloat) floor(x)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 379 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
384 (GLfloat)red,
385 (GLfloat)green,
386 (GLfloat)blue,
387 (GLfloat)alpha
763 /* void glFogf ( GLenum pname, GLfloat param ) */
769 (GLfloat)para
    [all...]
android_opengl_GLES10.cpp 251 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
256 (GLfloat)red,
257 (GLfloat)green,
258 (GLfloat)blue,
259 (GLfloat)alpha
635 /* void glFogf ( GLenum pname, GLfloat param ) */
641 (GLfloat)para
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_entry.cpp 70 void glGetFloatv(GLenum pname, GLfloat* params);
81 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params);
83 void glGetUniformfv(GLuint program, GLint location, GLfloat* params);
86 void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params);
97 void glLineWidth(GLfloat width);
100 void glPolygonOffset(GLfloat factor, GLfloat units);
115 void glTexParameterf(GLenum target, GLenum pname, GLfloat param);
116 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params);
120 void glUniform1f(GLint location, GLfloat x)
    [all...]
  /frameworks/native/services/surfaceflinger/
LayerScreenshot.cpp 52 GLfloat u, v;
67 GLfloat u, v;
80 void LayerScreenshot::initTexture(GLfloat u, GLfloat v) {
128 const GLfloat alpha = s.alpha/255.0f;
LayerBase.cpp 376 const GLfloat alpha = s.alpha * (1.0f/255.0f);
403 GLfloat u;
404 GLfloat v;
412 GLfloat left = GLfloat(win.left) / GLfloat(s.active.w);
413 GLfloat top = GLfloat(win.top) / GLfloat(s.active.h);
414 GLfloat right = GLfloat(win.right) / GLfloat(s.active.w)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 392 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) {
411 GL_API void GL_APIENTRY glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
628 GL_API void GL_APIENTRY glFogf( GLenum pname, GLfloat param) {
633 GL_API void GL_APIENTRY glFogfv( GLenum pname, const GLfloat *params) {
640 ctx->dispatcher().glFogf(pname,(pname == GL_FOG_MODE)? static_cast<GLfloat>(param):X2F(param));
646 GLfloat tmpParam = static_cast<GLfloat>(params[0])
    [all...]
GLEScmContext.h 29 typedef std::map<GLfloat,std::vector<int> > PointSizeIndices;
49 virtual bool glGetFloatv(GLenum pname, GLfloat *params);
  /frameworks/native/opengl/include/GLES/
glext.h 569 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
570 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
578 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 20 const GLfloat g_vVertices[] = {
34 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
117 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine)
WarpRenderer.cpp 21 const GLfloat g_vVertices[] = {
32 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
108 bool WarpRenderer::DrawTexture(GLfloat *affine)
YVURenderer.cpp 21 const GLfloat g_vVertices[] = {
32 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.cpp 20 const GLfloat g_vVertices[] = {
34 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
117 bool SurfaceTextureRenderer::DrawTexture(GLfloat *affine)
WarpRenderer.cpp 21 const GLfloat g_vVertices[] = {
32 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
108 bool WarpRenderer::DrawTexture(GLfloat *affine)
YVURenderer.cpp 21 const GLfloat g_vVertices[] = {
32 const int VERTEX_STRIDE = 6 * sizeof(GLfloat);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 51 GLfloat* m_att0Array;
  /frameworks/native/opengl/libagl/
vertex.cpp 187 void glColor4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a)
213 void glNormal3f(GLfloat x, GLfloat y, GLfloat z)
231 void glClipPlanef(GLenum plane, const GLfloat* equ)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 108 case GL_FLOAT: return mSize * sizeof(GLfloat);
109 default: UNREACHABLE(); return mSize * sizeof(GLfloat);
174 GLfloat polygonOffsetFactor;
175 GLfloat polygonOffsetUnits;
183 GLfloat lineWidth;
273 void setPolygonOffsetParams(GLfloat factor, GLfloat units);
289 void setLineWidth(GLfloat width);
358 void setVertexAttrib(GLuint index, const GLfloat *values);
377 bool getFloatv(GLenum pname, GLfloat *params)
    [all...]

Completed in 781 milliseconds

1 2 3 4 5 67 8 91011