Searched refs:glNormal3xOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 195 {"glNormal3xOES", (void*)glNormal3xOES},
|
D | gl_client_context.h | 215 glNormal3xOES_client_proc_t glNormal3xOES; member
|
D | gl_client_context.cpp | 215 glNormal3xOES = (glNormal3xOES_client_proc_t) getProc("glNormal3xOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 210 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()
|
D | gl_enc.cpp | 9132 this->glNormal3xOES = &glNormal3xOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 219 glNormal3xOES_server_proc_t glNormal3xOES; member
|
D | gles1_server_context.cpp | 215 glNormal3xOES = (glNormal3xOES_server_proc_t) getProc("glNormal3xOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4184 this->glNormal3xOES(var_nx, var_ny, var_nz); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 588 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 217 void glNormal3xOES( GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 210 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 218 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 696 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 219 X(void, glNormal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5238 GLAPI void APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
|