Home
last modified time | relevance | path

Searched refs:glNormal3f (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h36 {"glNormal3f", (void*)glNormal3f},
Dgl_client_context.h38 glNormal3f_client_proc_t glNormal3f; member
Dgl_client_context.cpp38 glNormal3f = (glNormal3f_client_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
Dgl_entry.cpp33 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()
Dgl_enc.cpp8955 this->glNormal3f = &glNormal3f_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h38 glNormal3f_server_proc_t glNormal3f; member
Dgles1_server_context.cpp38 glNormal3f = (glNormal3f_server_proc_t) getProc("glNormal3f", userData); in initDispatchByName()
Dgles1_dec.cpp582 this->glNormal3f(var_nx, var_ny, var_nz); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries45 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
Dgles1_only_dispatch_logging_wrappers.impl200 DISPATCH_DEBUG_LOG("glNormal3f(nx:%f, ny:%f, nz:%f)", nx, ny, nz);
Dgles12tr_internal.entries213 void glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h47 GL_APICALL void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
Dgles1_only_functions.h47 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
Dgles12tr_internal.h215 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h410 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/hardware/google/gfxstream/include/GLES/
Dgl.h618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp379 dispatcher.glNormal3f(mNormal.val.floatVal[0], in postLoadRestoreCtx()
1536 dispatcher().glNormal3f(nx, ny, nz); in normal3f()
DGLEScmImp.cpp1694 GL_API void GL_APIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz) { in glNormal3f() function
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h140 X(void, glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h957 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h995 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
Dgl_mangle.h1224 #define glNormal3f MANGLE(Normal3f) macro