/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_functions.h | 47 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \ 96 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
D | gles1_only_static_translator_namespaced_header.h | 47 GL_APICALL void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 96 GL_APICALL void GL_APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
D | gles12tr_internal.h | 215 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \ 218 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \ 219 X(void, glNormal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only_dispatch_logging_wrappers.impl | 199 void glNormal3f_dispatchLoggingWrapper(GLfloat nx, GLfloat ny, GLfloat nz) { 200 DISPATCH_DEBUG_LOG("glNormal3f(nx:%f, ny:%f, nz:%f)", nx, ny, nz); 201 GLDispatch::glNormal3f_underlying(nx, ny, nz); 444 void glNormal3x_dispatchLoggingWrapper(GLfixed nx, GLfixed ny, GLfixed nz) { 445 DISPATCH_DEBUG_LOG("glNormal3x(nx:%d, ny:%d, nz:%d)", nx, ny, nz); 446 GLDispatch::glNormal3x_underlying(nx, ny, nz);
|
D | gles1_only.entries | 45 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 94 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
D | gles12tr_internal.entries | 213 void glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz); 216 void glNormal3x( GLfixed nx, GLfixed ny, GLfixed nz); 217 void glNormal3xOES( GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 210 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz); 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 462 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f() 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 970 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x() 1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 1528 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
|
D | gl_enc.cpp | 837 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() argument 839 ENCODER_DEBUG_LOG("glNormal3f(nx:%f, ny:%f, nz:%f)", nx, ny, nz); in glNormal3f_enc() 857 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3f_enc() 3364 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() argument 3366 ENCODER_DEBUG_LOG("glNormal3x(nx:0x%08x, ny:0x%08x, nz:0x%08x)", nx, ny, nz); in glNormal3x_enc() 3384 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3x_enc() 6148 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc() argument 6150 ENCODER_DEBUG_LOG("glNormal3xOES(nx:0x%08x, ny:0x%08x, nz:0x%08x)", nx, ny, nz); in glNormal3xOES_enc() 6168 memcpy(ptr, &nx, 4); ptr += 4; in glNormal3xOES_enc()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | consistency_tools.py | 13 import networkx as nx namespace 657 self.graph = nx.DiGraph()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.h | 116 void normal3f(GLfloat nx, GLfloat ny, GLfloat nz);
|
D | GLEScmContext.cpp | 1529 void GLEScmContext::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) { in normal3f() argument 1531 mNormal.val.floatVal[0] = nx; in normal3f() 1536 dispatcher().glNormal3f(nx, ny, nz); in normal3f()
|
D | GLEScmImp.cpp | 1694 GL_API void GL_APIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz) { in glNormal3f() argument 1697 ctx->normal3f(nx, ny, nz); in glNormal3f() 1700 GL_API void GL_APIENTRY glNormal3x( GLfixed nx, GLfixed ny, GLfixed nz) { in glNormal3x() argument 1703 ctx->normal3f(X2F(nx),X2F(ny),X2F(nz)); in glNormal3x()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 696 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 736 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 410 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 495 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 175 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz); 218 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 588 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 628 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz) 110 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz) 210 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 955 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz ); 956 GLAPI void GLAPIENTRY glNormal3d( GLdouble nx, GLdouble ny, GLdouble nz ); 957 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz ); 958 GLAPI void GLAPIENTRY glNormal3i( GLint nx, GLint ny, GLint nz ); 959 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz );
|
D | glext.h | 5134 typedef void (APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz); 5238 GLAPI void APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 6395 typedef void (APIENTRYP PFNGLNORMALSTREAM3BATIPROC) (GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz… 6397 typedef void (APIENTRYP PFNGLNORMALSTREAM3SATIPROC) (GLenum stream, GLshort nx, GLshort ny, GLshort… 6399 typedef void (APIENTRYP PFNGLNORMALSTREAM3IATIPROC) (GLenum stream, GLint nx, GLint ny, GLint nz); 6401 typedef void (APIENTRYP PFNGLNORMALSTREAM3FATIPROC) (GLenum stream, GLfloat nx, GLfloat ny, GLfloat… 6403 typedef void (APIENTRYP PFNGLNORMALSTREAM3DATIPROC) (GLenum stream, GLdouble nx, GLdouble ny, GLdou… 6441 GLAPI void APIENTRY glNormalStream3bATI (GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz); 6443 GLAPI void APIENTRY glNormalStream3sATI (GLenum stream, GLshort nx, GLshort ny, GLshort nz); 6445 GLAPI void APIENTRY glNormalStream3iATI (GLenum stream, GLint nx, GLint ny, GLint nz); [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7952 int nx; member 8043 int nx, // i : x size in wav2Encode() argument 8050 int n = (nx > ny) ? ny : nx; in wav2Encode() 8073 unsigned short *ex = py + ox * (nx - p2); in wav2Encode() 8105 if (nx & p) { in wav2Encode() 8123 unsigned short *ex = py + ox * (nx - p2); in wav2Encode() 8152 int nx, // i : x size in wav2Decode() argument 8159 int n = (nx > ny) ? ny : nx; in wav2Decode() 8192 unsigned short *ex = py + ox * (nx - p2); in wav2Decode() 8224 if (nx & p) { in wav2Decode() [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz ); 994 GLAPI void GLAPIENTRY glNormal3d( GLdouble nx, GLdouble ny, GLdouble nz ); 995 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz ); 996 GLAPI void GLAPIENTRY glNormal3i( GLint nx, GLint ny, GLint nz ); 997 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz );
|
D | glext.h | 9764 GLAPI void APIENTRY glNormal3fVertex3fSUN (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y… 9766 …4fNormal3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat… 9776 GLAPI void APIENTRY glTexCoord2fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, … 9778 …(GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat… 9780 … GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat… 9788 GLAPI void APIENTRY glReplacementCodeuiNormal3fVertex3fSUN (GLuint rc, GLfloat nx, GLfloat ny, GLfl… 9790 …ertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat… 9794 …euiTexCoord2fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat… 9796 … GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat… 9805 typedef void (APIENTRYP PFNGLNORMAL3FVERTEX3FSUNPROC) (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat … [all …]
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 140 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \ 189 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|