Home
last modified time | relevance | path

Searched refs:glNormal3xOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h195 {"glNormal3xOES", (void*)glNormal3xOES},
Dgl_client_context.h215 glNormal3xOES_client_proc_t glNormal3xOES; member
Dgl_client_context.cpp215 glNormal3xOES = (glNormal3xOES_client_proc_t) getProc("glNormal3xOES", userData); in initDispatchByName()
Dgl_entry.cpp210 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz);
1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() function
1528 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
Dgl_enc.cpp9132 this->glNormal3xOES = &glNormal3xOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h219 glNormal3xOES_server_proc_t glNormal3xOES; member
Dgles1_server_context.cpp215 glNormal3xOES = (glNormal3xOES_server_proc_t) getProc("glNormal3xOES", userData); in initDispatchByName()
Dgles1_dec.cpp4184 this->glNormal3xOES(var_nx, var_ny, var_nz); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h588 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries217 void glNormal3xOES( GLfixed nx, GLfixed ny, GLfixed nz);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in210 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h218 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h696 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h219 X(void, glNormal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5238 GLAPI void APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);