/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 120 {"glNormal3x", (void*)glNormal3x},
|
D | gl_client_context.h | 122 glNormal3x_client_proc_t glNormal3x; member
|
D | gl_client_context.cpp | 122 glNormal3x = (glNormal3x_client_proc_t) getProc("glNormal3x", userData); in initDispatchByName()
|
D | gl_entry.cpp | 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() function 970 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x()
|
D | gl_enc.cpp | 9039 this->glNormal3x = &glNormal3x_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 126 glNormal3x_server_proc_t glNormal3x; member
|
D | gles1_server_context.cpp | 122 glNormal3x = (glNormal3x_server_proc_t) getProc("glNormal3x", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2291 this->glNormal3x(var_nx, var_ny, var_nz); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 94 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
D | gles1_only_dispatch_logging_wrappers.impl | 445 DISPATCH_DEBUG_LOG("glNormal3x(nx:%d, ny:%d, nz:%d)", nx, ny, nz);
|
D | gles12tr_internal.entries | 216 void glNormal3x( GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 96 GL_APICALL void GL_APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
D | gles1_only_functions.h | 96 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
D | gles12tr_internal.h | 218 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 495 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 110 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 189 X(void, glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1700 GL_API void GL_APIENTRY glNormal3x( GLfixed nx, GLfixed ny, GLfixed nz) { in glNormal3x() function
|