/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 154 {"glPointSizePointerOES", (void*)glPointSizePointerOES},
|
D | gl_client_context.h | 156 glPointSizePointerOES_client_proc_t glPointSizePointerOES; member
|
D | gl_client_context.cpp | 156 …glPointSizePointerOES = (glPointSizePointerOES_client_proc_t) getProc("glPointSizePointerOES", use… in initDispatchByName()
|
D | gl_entry.cpp | 151 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid* pointer); 1171 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid* pointer) in glPointSizePointerOES() function 1174 ctx->glPointSizePointerOES(ctx, type, stride, pointer); in glPointSizePointerOES()
|
D | GLEncoder.cpp | 1045 OVERRIDE(glPointSizePointerOES); in GLEncoder()
|
D | gl_enc.cpp | 9073 this->glPointSizePointerOES = (glPointSizePointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 172 ctx->glPointSizePointerOES(type, stride, SafePointerFromUInt(offset)); in s_glPointSizePointerOffset() 272 …ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZ… in s_glPointSizePointerData()
|
D | gles1_server_context.h | 160 glPointSizePointerOES_server_proc_t glPointSizePointerOES; member
|
D | gles1_server_context.cpp | 156 …glPointSizePointerOES = (glPointSizePointerOES_server_proc_t) getProc("glPointSizePointerOES", use… in initDispatchByName()
|
D | gles1_dec.cpp | 2963 this->glPointSizePointerOES(var_type, var_stride, (const GLvoid*)(inptr_pointer.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 19 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid *pointer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 75 …DISPATCH_DEBUG_LOG("glPointSizePointerOES(type:0x%X, stride:%d, pointer:%p)", type, stride, pointe…
|
D | gles12tr_internal.entries | 234 void glPointSizePointerOES( GLenum type, GLsizei stride, const GLvoid* pointer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 22 GL_APICALL void GL_APIENTRY glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid * point…
|
D | gles1_extensions_functions.h | 22 …X(void, glPointSizePointerOES, (GLenum type, GLsizei stride, const GLvoid * pointer), (type, strid…
|
D | gles12tr_internal.h | 236 …X(void, glPointSizePointerOES, (GLenum type, GLsizei stride, const GLvoid* pointer), (type, stride…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 68 API_ENTRY(glPointSizePointerOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 68 API_ENTRY(glPointSizePointerOES,
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 270 #void glPointSizePointerOES(GLenum type, GLsizei stride, GLvoid *pointer) 271 glPointSizePointerOES
|
D | gles1.in | 144 GL_ENTRY(void, glPointSizePointerOES, GLenum type, GLsizei stride, const GLvoid *pointer)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 757 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 552 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 757 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 143 GL_API void GL_APIENTRY glPointSizePointerOES( GLenum type, GLsizei stride, const GLvoid *pointer); 281 …erOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glPointSizePointerOES); in getProcAddressGles1() 1777 GL_API void GL_APIENTRY glPointSizePointerOES( GLenum type, GLsizei stride, const GLvoid *pointer)… in glPointSizePointerOES() function
|