Home
last modified time | relevance | path

Searched refs:gles1_unimplemented (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DGLESv1Dispatch.cpp43 void gles1_unimplemented() { in gles1_unimplemented() function
129 func = (void *)gles1_unimplemented; in gles1_dispatch_get_proc_func()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DGLESv1Dispatch.h57 void gles1_unimplemented();
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp202 if ((void*)ctx->glVertexPointerWithDataSize != gles1_unimplemented) { in s_glVertexPointerData()
219 if ((void*)ctx->glColorPointerWithDataSize != gles1_unimplemented) { in s_glColorPointerData()
236 if ((void*)ctx->glTexCoordPointerWithDataSize != gles1_unimplemented) { in s_glTexCoordPointerData()
255 if ((void*)ctx->glNormalPointerWithDataSize != gles1_unimplemented) { in s_glNormalPointerData()