Searched refs:range (Results 76 - 78 of 78) sorted by relevance

1234

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h93 void GLTrace_glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
H A Dgltrace_api.cpp2701 void GLTrace_glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision) { argument
2719 // copy argument range
2723 arg_range->add_int64value((uintptr_t)range);
2734 glContext->hooks->gl.glGetShaderPrecisionFormat(shadertype, precisiontype, range, precision);
2739 (void *) range,
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp90 // range checked; guaranteed to NUL-terminate within the stated number of available slots
4723 "Res_value::data_type has changed. The range checks in this "
4852 // Magnitude needs entire range, so no fractional part.
5246 accessor->reportError(accessorCookie, "Integer value out of range");
5980 LOG_ALWAYS_FATAL("Package id out of range");

Completed in 192 milliseconds

1234