/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 36 {"glNormal3f", (void*)glNormal3f},
|
D | gl_client_context.h | 38 glNormal3f_client_proc_t glNormal3f; member
|
D | gl_client_context.cpp | 38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
|
D | gl_entry.cpp | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() function 462 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f()
|
D | gl_enc.cpp | 8955 this->glNormal3f = &glNormal3f_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 38 glNormal3f_server_proc_t glNormal3f; member
|
D | gles1_server_context.cpp | 38 glNormal3f = (glNormal3f_server_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 582 this->glNormal3f(var_nx, var_ny, var_nz); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 45 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
|
D | gles1_only_dispatch_logging_wrappers.impl | 200 DISPATCH_DEBUG_LOG("glNormal3f(nx:%f, ny:%f, nz:%f)", nx, ny, nz);
|
D | gles12tr_internal.entries | 213 void glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 47 GL_APICALL void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
|
D | gles1_only_functions.h | 47 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
|
D | gles12tr_internal.h | 215 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 410 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 379 dispatcher.glNormal3f(mNormal.val.floatVal[0], in postLoadRestoreCtx() 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() function
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 140 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 957 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 995 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
|
D | gl_mangle.h | 1224 #define glNormal3f MANGLE(Normal3f) macro
|