Searched refs:objectLabel (Results 1 - 22 of 22) sorted by relevance

/external/mesa3d/src/egl/main/
H A Deglcurrent.c314 EGLint type, EGLLabelKHR objectLabel, const char *message, va_list args)
332 callback(error, command, type, _eglGetThreadLabel(), objectLabel, buf);
343 EGLint type, EGLLabelKHR objectLabel, const char *message, ...)
347 _eglDebugReportFullv(error, command, funcName, type, objectLabel, message, args);
313 _eglDebugReportFullv(EGLenum error, const char *command, const char *funcName, EGLint type, EGLLabelKHR objectLabel, const char *message, va_list args) argument
342 _eglDebugReportFull(EGLenum error, const char *command, const char *funcName, EGLint type, EGLLabelKHR objectLabel, const char *message, ...) argument
H A Deglcurrent.h107 EGLint type, EGLLabelKHR objectLabel, const char *message, ...);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cKHRDebugTests.cpp501 m_gl->objectLabel(GL_TEXTURE_BUFFER /* identifier */, texture_id /* name */, length /* length */,
510 m_gl->objectLabel(GL_TEXTURE /* identifier */, invalid_id /* name */, length /* length */,
514 m_gl->objectLabel(GL_TEXTURE /* identifier */, texture_id /* name */, max_label + 1 /* length */,
518 m_gl->objectLabel(GL_TEXTURE /* identifier */, texture_id /* name */, -1 /* length */,
763 m_gl->objectLabel(identifier, id, -1 /* length */, label);
838 m_gl->objectLabel(identifier, id, -1 /* length */, "");
859 m_gl->objectLabel(identifier, id, 2, 0 /* label */);
/external/deqp/framework/opengl/wrapper/
H A DglwInitExtES.inl21 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabelKHR");
H A DglwInitES32Direct.inl219 gl->objectLabel = &glObjectLabel;
H A DglwFunctions.inl538 glObjectLabelFunc objectLabel;
H A DglwInitES32.inl219 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwInitExtGL.inl20 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwInitGL43.inl276 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwInitGL44.inl285 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwInitGL45.inl366 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwInitGL46.inl368 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
H A DglwImpl.inl4268 gl->objectLabel(identifier, name, length, label);
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp1760 gl.objectLabel(m_identifier, object, -1, msg);
1985 gl.objectLabel(GL_SHADER, shader, -2, msg);
1986 GLS_COLLECT_GL_ERROR(result, gl.getError(), "objectLabel");
1989 gl.objectLabel(GL_SHADER, shader, s_clearMethods[methodNdx].length, DE_NULL);
1990 GLS_COLLECT_GL_ERROR(result, gl.getError(), "objectLabel");
2077 gl.objectLabel(GL_SHADER, shader, 12, msg);
2078 GLS_COLLECT_GL_ERROR(result, gl.getError(), "objectLabel");
2129 gl.objectLabel(GL_SHADER, shader, 0, msg);
2130 GLS_COLLECT_GL_ERROR(result, gl.getError(), "objectLabel");
2186 gl.objectLabel(GL_SHADE
[all...]
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp218 fFunctions.fObjectLabel = bind_to_member(this, &GrGLTestInterface::objectLabel);
H A DGrGLTestInterface.h332 virtual GrGLvoid objectLabel(GrGLenum identifier, GrGLuint name, GrGLsizei length, const GrGLchar *label) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp327 fFunctions.fObjectLabel = bind_to_member(this, &GrGLTestInterface::objectLabel);
H A DGrGLTestInterface.h332 virtual GrGLvoid objectLabel(GrGLenum identifier, GrGLuint name, GrGLsizei length, const GrGLchar *label) {} function in class:GrGLTestInterface
/external/mesa3d/include/EGL/
H A Deglext.h106 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message);
/external/swiftshader/include/EGL/
H A Deglext.h113 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl538 gl->objectLabel = glObjectLabel;
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl3970 m_gl.objectLabel(identifier, name, length, label);

Completed in 553 milliseconds