HomeSort by relevance Sort by last modified time
    Searched full:queryid (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/src/mesa/main/
performance_monitor.h 91 _mesa_GetFirstPerfQueryIdINTEL(GLuint *queryId);
94 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId);
97 _mesa_GetPerfQueryIdByNameINTEL(char *queryName, GLuint *queryId);
100 _mesa_GetPerfQueryInfoINTEL(GLuint queryId,
107 _mesa_GetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId,
114 _mesa_CreatePerfQueryINTEL(GLuint queryId, GLuint *queryHandle);
condrender.c 41 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode)
65 if (queryId != 0)
66 q = _mesa_lookup_query_object(ctx, queryId);
70 "glBeginConditionalRender(bad queryId=%u)", queryId);
73 assert(q->Id == queryId);
performance_monitor.c 151 queryid_to_index(GLuint queryid)
153 return queryid - 1;
163 queryid_valid(const struct gl_context *ctx, GLuint queryid)
165 return get_group(ctx, queryid_to_index(queryid)) != NULL;
690 _mesa_GetFirstPerfQueryIdINTEL(GLuint *queryId)
699 * "If queryId pointer is equal to 0, INVALID_VALUE error is generated."
701 if (!queryId) {
703 "glGetFirstPerfQueryIdINTEL(queryId == NULL)");
716 *queryId = 0;
722 *queryId = index_to_queryid(0)
    [all...]
condrender.h 35 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
  /external/mesa3d/src/mapi/glapi/gen/
INTEL_performance_query.xml 9 <param name="queryId" type="GLuint *"/>
13 <param name="queryId" type="GLuint"/>
19 <param name="queryId" type="GLuint *"/>
23 <param name="queryId" type="GLuint"/>
33 <param name="queryId" type="GLuint"/>
47 <param name="queryId" type="GLuint"/>
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 164 GrGLuint queryID;
165 fGLGenQueries(1, &queryID);
166 if (!queryID) {
174 fGLBeginQuery(GL_TIME_ELAPSED, queryID);
175 return static_cast<sk_gpu_test::PlatformTimerQuery>(queryID);
187 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer);
188 if (!queryID) {
192 fGLGetQueryObjectuiv(queryID, GL_QUERY_RESULT_AVAILABLE, &available);
208 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer);
210 fGLGetQueryObjectui64v(queryID, GL_QUERY_RESULT, &nanoseconds)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 440 SVGA3dQueryId queryId,
451 cmd->queryId = queryId;
608 SVGA3dQueryId queryId,
614 SVGA3D_COPY_BASIC_3(queryId, type, flags);
622 SVGA3dQueryId queryId)
626 cmd->queryId = queryId;
635 SVGA3dQueryId queryId)
644 cmd->queryId = queryId
    [all...]
svga_cmd.h 399 SVGA3dQueryId queryId,
445 SVGA3dQueryId queryId,
451 SVGA3dQueryId queryId);
456 SVGA3dQueryId queryId);
460 SVGA3dQueryId queryId,
465 SVGA3dQueryId queryId);
469 SVGA3dQueryId queryId);
  /packages/apps/Dialer/java/com/android/incallui/
ContactInfoCache.java 404 // back. We should only update the queryId. Otherwise, we may see
407 cacheEntry.queryId = queryToken.mQueryId;
428 + "; queryId = "
455 cacheEntry.queryId = queryToken.mQueryId;
541 final int queryId = myCookie.mQueryId;
542 if (!isWaitingForThisQuery(callId, queryId)) {
590 final int queryId = myCookie.mQueryId;
591 if (!isWaitingForThisQuery(callId, queryId)) {
713 int queryId;
754 + ", queryId=
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 422 SVGA3dQueryId queryId;
432 SVGA3dQueryId queryId;
440 SVGA3dQueryId queryId;
449 SVGA3dQueryId queryId;
458 SVGA3dQueryId queryId;
466 SVGA3dQueryId queryId;
474 SVGA3dQueryId queryId;
482 SVGA3dQueryId queryId;
509 SVGA3dQueryId queryId;
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in     [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SavedQueriesControl.java 196 int queryId = (int) query.get("id").isNumber().doubleValue();
210 shortToken.put(HISTORY_TOKEN, Integer.toString(queryId));
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 1183 milliseconds

1 2 3