Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 25 of 61) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp114 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enable()
131 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enablei()
136 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to the number o… in enablei()
144 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disable()
154 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in disablei()
159 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to the number o… in disablei()
168 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_booleanv()
180 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not indexed state queriable with these… in get_booleani_v()
185 …ctx.beginSection("GL_INVALID_VALUE is generated if index is outside of the valid range for the ind… in get_booleani_v()
195 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in get_floatv()
[all …]
Des31fNegativeFragmentApiTests.cpp50 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative."); in scissor()
62 ctx.beginSection("GL_INVALID_ENUM is generated if func is not an accepted value."); in depth_func()
70 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative."); in viewport()
83 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func()
91 …ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_B… in stencil_func_separate()
96 ctx.beginSection("GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in stencil_func_separate()
104 …ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than… in stencil_op()
116 …ctx.beginSection("GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, … in stencil_op_separate()
121 …ctx.beginSection("GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than… in stencil_op_separate()
133 …ctx.beginSection("GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_B… in stencil_mask_separate()
[all …]
Des31fNegativeBufferApiTests.cpp47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bind_buffer()
55 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_buffers()
63 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in gen_buffers()
75 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRA… in buffer_data()
80 …ctx.beginSection("GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or … in buffer_data()
85 ctx.beginSection("GL_INVALID_VALUE is generated if size is negative."); in buffer_data()
90 …ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound … in buffer_data()
106 …ctx.beginSection("GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRA… in buffer_sub_data()
111 …ctx.beginSection("GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound … in buffer_sub_data()
117 …ctx.beginSection("GL_INVALID_OPERATION is generated if the buffer object being updated is mapped."… in buffer_sub_data()
[all …]
Des31fNegativeVertexArrayApiTests.cpp101 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in vertex_attribf()
116 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in vertex_attribfv()
136 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in vertex_attribi4()
150 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in vertex_attribi4v()
167 ctx.beginSection("GL_INVALID_ENUM is generated if type is not an accepted value."); in vertex_attrib_pointer()
172 …ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX… in vertex_attrib_pointer()
178 ctx.beginSection("GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in vertex_attrib_pointer()
183 ctx.beginSection("GL_INVALID_VALUE is generated if stride is negative."); in vertex_attrib_pointer()
188 …ctx.beginSection("GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNE… in vertex_attrib_pointer()
199 …ctx.beginSection("GL_INVALID_OPERATION is generated a non-zero vertex array object is bound, zero … in vertex_attrib_pointer()
[all …]
Des31fNegativeTextureApiTests.cpp99 …ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i range… in activetexture()
115 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bindtexture()
122 …ctx.beginSection("GL_INVALID_OPERATION is generated if texture was previously created with a targe… in bindtexture()
189 ctx.beginSection("GL_INVALID_ENUM is generated if target is invalid."); in compressedteximage2d_invalid_target()
199 …ctx.beginSection("GL_INVALID_ENUM is generated if internalformat is not a supported format returne… in compressedteximage2d_invalid_format()
223 ctx.beginSection("GL_INVALID_VALUE is generated if level is less than 0."); in compressedteximage2d_neg_level()
243 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE… in compressedteximage2d_max_level()
249 …ctx.beginSection("GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEX… in compressedteximage2d_max_level()
268 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is less than 0."); in compressedteximage2d_neg_width_height()
270 ctx.beginSection("GL_TEXTURE_2D target"); in compressedteximage2d_neg_width_height()
[all …]
Des31fNegativeShaderApiTests.cpp98 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value."); in create_shader()
110 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in shader_source()
115 ctx.beginSection("GL_INVALID_VALUE is generated if count is less than 0."); in shader_source()
121 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in shader_source()
136 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in compile_shader()
141 ctx.beginSection("GL_INVALID_OPERATION is generated if shader is not a shader object."); in compile_shader()
155 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in delete_shader()
197 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value."); in shader_binary()
204 …ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match th… in shader_binary()
210 …ctx.beginSection("GL_INVALID_OPERATION is generated if more than one of the handles in shaders ref… in shader_binary()
[all …]
Des31fNegativeShaderDirectiveTests.cpp114 …ctx.beginSection("GL_EXT_primitive_bounding_box features require enabling the extension in 310 es … in primitive_bounding_box()
128 ctx.beginSection("gl_BoundingBox does not require the OES/EXT suffix in a 320 es shader."); in primitive_bounding_box()
141 ctx.beginSection("Invalid index used when assigning to gl_BoundingBox in 320 es shader."); in primitive_bounding_box()
154 ctx.beginSection("Invalid type assignment to per-patch output array in 320 es shader."); in primitive_bounding_box()
190 …ctx.beginSection("GL_KHR_blend_equation_advanced features require enabling the extension in 310 es… in blend_equation_advanced()
219 …ctx.beginSection("GL_OES_sample_variables features require enabling the extension in 310 es shader… in sample_variables()
248 …ctx.beginSection("GL_OES_shader_image_atomic features require enabling the extension in 310 es sha… in shader_image_atomic()
279 …ctx.beginSection("GL_OES_shader_multisample_interpolation features require enabling the extension … in shader_multisample_interpolation()
280 ctx.beginSection("Test sample in/out qualifiers."); in shader_multisample_interpolation()
294 ctx.beginSection("Test interpolateAt* functions."); in shader_multisample_interpolation()
[all …]
Des31fNegativeComputeTests.cpp197 …ctx.beginSection("Link error is generated if a compute shader exceeds GL_MAX_COMPUTE_UNIFORM_BLOCK… in exceed_uniform_block_limit()
215 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_SHADER_STORAGE_… in exceed_shader_storage_block_limit()
249 …ctx.beginSection("GL_INVALID_OPERATION error is generated if the sum of the number of active sampl… in exceed_texture_image_units_limit()
275 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_IMAGE_UNIFORMS.… in exceed_image_uniforms_limit()
298 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_SHARED_MEMORY_S… in exceed_shared_memory_size_limit()
321 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_UNIFORM_COMPONE… in exceed_uniform_components_limit()
353 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_ATOMIC_COUNTER_… in exceed_atomic_counter_buffer_limit()
378 …ctx.beginSection("Link error is generated if compute shader exceeds GL_MAX_COMPUTE_ATOMIC_COUNTERS… in exceed_atomic_counters_limit()
406 ctx.beginSection("Program not set at all"); in program_not_active()
408 …ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchCompute if there is no active pro… in program_not_active()
[all …]
Des31fNegativeAtomicCounterTests.cpp163 ctx.beginSection(std::string("Verify shader: ") + glu::getShaderTypeName(s_shaders[ndx])); in iterateShaders()
178 …ctx.beginSection("It is a compile-time error to bind an atomic counter with a binding value greate… in atomic_max_counter_bindings()
185 ctx.beginSection("It is an error to declare an atomic type with a lowp or mediump precision."); in atomic_precision()
193 ctx.beginSection("Atomic counters may not have overlapping offsets in the same binding."); in atomic_binding_offset_overlap()
200 ctx.beginSection("Atomic counters must specify a binding point"); in atomic_binding_omitted()
207 ctx.beginSection("Structures may not have an atomic_uint variable."); in atomic_struct()
214 ctx.beginSection("An atomic_uint variable cannot be directly written to."); in atomic_body_write()
221 ctx.beginSection("An atomic_uint variable cannot be declared in local scope"); in atomic_body_declare()
Des31fNegativeTessellationTests.cpp149 …ctx.beginSection("A link error is generated if a non-separable program has a tessellation control … in single_tessellation_stage()
175 …ctx.beginSection("GL_INVALID_OPERATION is generated if current program state has tessellation cont… in single_tessellation_stage()
192 …ctx.beginSection("A link error is generated if a non-separable program has a tessellation evaluati… in single_tessellation_stage()
216 …ctx.beginSection("GL_INVALID_OPERATION is generated if current program state has tessellation eval… in single_tessellation_stage()
242 …ctx.beginSection("GL_INVALID_OPERATION is generated if tessellation is active and primitive mode i… in invalid_primitive_mode()
274 …ctx.beginSection("GL_INVALID_OPERATION is generated if tessellation is not active and primitive mo… in tessellation_not_active()
324 …ctx.beginSection("GL_INVALID_OPERATION is generated if tessellation is active and vertex shader is… in invalid_program_state()
348 ctx.beginSection("Output vertex count exceeds GL_MAX_PATCH_VERTICES."); in tessellation_control_invalid_vertex_count()
380 …ctx.beginSection("GL_INVALID_OPERATION is generated if GL_TESS_CONTROL_OUTPUT_VERTICES is queried … in invalid_get_programiv()
385 …ctx.beginSection("GL_INVALID_OPERATION is generated if GL_TESS_GEN_MODE is queried for a program w… in invalid_get_programiv()
[all …]
Des31fNegativeShaderFunctionTests.cpp369 ctx.beginSection("bitfieldExtract: Invalid value type."); in bitfield_extract_invalid_value_type()
374 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_value_type()
390 ctx.beginSection("bitfieldExtract: Invalid offset type."); in bitfield_extract_invalid_offset_type()
395 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_offset_type()
420 ctx.beginSection("bitfieldExtract: Invalid bits type."); in bitfield_extract_invalid_bits_type()
425 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_bits_type()
468 ctx.beginSection("bitfieldInsert: Invalid base type."); in bitfield_insert_invalid_base_type()
473 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_base_type()
496 ctx.beginSection("bitfieldInsert: Invalid insert type."); in bitfield_insert_invalid_insert_type()
501 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_insert_invalid_insert_type()
[all …]
Des31fNegativeSampleVariablesTests.cpp131 …ctx.beginSection("OES_sample_variables: trying to write to built-in read-only variable" + testConf… in write_to_read_only_types()
173 …ctx.beginSection("OES_sample_variables: trying to use fragment shader built-in sampler variable " … in access_built_in_types_inside_other_shaders()
189 …ctx.beginSection("OES_sample_variables: trying to use fragment shader built-in sampler variable " … in access_built_in_types_inside_other_shaders()
205 …ctx.beginSection("OES_sample_variables: trying to use fragment shader built-in sampler variable " … in access_built_in_types_inside_other_shaders()
222 …ctx.beginSection("OES_sample_variables: trying to use fragment shader built-in sampler variable " … in access_built_in_types_inside_other_shaders()
271 …ctx.beginSection("OES_sample_variables: using constant integral expression outside of " + testConf… in index_outside_sample_mask_range()
308 …ctx.beginSection("OES_sample_variables: accessing built-in type " + testConfigs[idx].builtInType +… in access_built_in_types_without_extension()
350 ctx.beginSection(testName.str()); in redeclare_built_in_types()
Des31fNegativeShaderFramebufferFetchTests.cpp143 …ctx.beginSection("A link error is generated if the built-in fragment outputs of ES 2.0 are used in… in last_frag_data_not_defined()
170 …ctx.beginSection("A compile-time or link error is generated if the built-in fragment outputs of ES… in last_frag_data_readonly()
196 …ctx.beginSection("A compile-time or link error is generated if user-defined inout arrays are used … in invalid_inout_version()
228 …ctx.beginSection("A compile-time or link error is generated if re-declaring an existing fragment o… in invalid_redeclaration_inout()
257 …ctx.beginSection("A compile-time error or link error is generated if inout variables are declared … in invalid_vertex_inout()
Des31fNegativePreciseTests.cpp171 ctx.beginSection("Test that precise cannot be used as a variable name."); in precise_as_variable_name()
185 ctx.beginSection("Test that precise cannot be used as a function name."); in precise_as_function_name()
199 ctx.beginSection("Test that precise cannot be used as a argument name."); in precise_as_function_argument()
Des31fNegativeAdvancedBlendEquationTests.cpp186 …ctx.beginSection("GL_INVALID_OPERATION is generated if blending is enabled, and the blend qualifie… in blend_qualifier_mismatch()
246 …ctx.beginSection("GL_INVALID_OPERATION is generated if blending is enabled, advanced equations are… in attachment_advanced_equation()
266 ctx.beginSection("GL_NO_ERROR is generated if no advanced blend equations are used."); in attachment_advanced_equation()
272 ctx.beginSection("GL_NO_ERROR is generated if blending is disabled."); in attachment_advanced_equation()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTraceTest.java21 Trace.beginSection("section1"); in beginSection_calledOnce_addsSection()
29 Trace.beginSection("section1"); in beginSection_calledTwice_addsBothSections()
30 Trace.beginSection("section2"); in beginSection_calledTwice_addsBothSections()
39 Trace.beginSection(null); in beginSection_tagIsNull_throwsNullPointerException()
49 Trace.beginSection(null); in beginSection_tagIsNullAndCrashDisabled_doesNotThrow()
56 Trace.beginSection(VERY_LONG_TAG_NAME); in beginSection_tagIsTooLong_throwsIllegalArgumentException()
66 Trace.beginSection(VERY_LONG_TAG_NAME); in beginSection_tagIsTooLongAndCrashDisabled_doesNotThrow()
72 Trace.beginSection("section1"); in endSection_oneSection_closesSection()
82 Trace.beginSection("section1"); in endSection_twoSections_closesLastSection()
83 Trace.beginSection("section2"); in endSection_twoSections_closesLastSection()
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java202 L.beginSection(drawTraceName); in draw()
208 L.beginSection("Layer#parentMatrix"); in draw()
220 L.beginSection("Layer#drawLayer"); in draw()
227 L.beginSection("Layer#computeBounds"); in draw()
249 L.beginSection("Layer#saveLayer"); in draw()
255 L.beginSection("Layer#drawLayer"); in draw()
264 L.beginSection("Layer#drawMatte"); in draw()
265 L.beginSection("Layer#saveLayer"); in draw()
271 L.beginSection("Layer#restoreLayer"); in draw()
277 L.beginSection("Layer#restoreLayer"); in draw()
[all …]
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowImageClassifier.java129 Trace.beginSection("recognizeImage"); in recognizeImage()
131 Trace.beginSection("preprocessBitmap"); in recognizeImage()
144 Trace.beginSection("feed"); in recognizeImage()
149 Trace.beginSection("run"); in recognizeImage()
154 Trace.beginSection("fetch"); in recognizeImage()
DTensorFlowObjectDetectionAPIModel.java137 Trace.beginSection("recognizeImage"); in recognizeImage()
139 Trace.beginSection("preprocessBitmap"); in recognizeImage()
152 Trace.beginSection("feed"); in recognizeImage()
157 Trace.beginSection("run"); in recognizeImage()
162 Trace.beginSection("fetch"); in recognizeImage()
DTensorFlowYoloDetector.java138 Trace.beginSection("recognizeImage"); in recognizeImage()
140 Trace.beginSection("preprocessBitmap"); in recognizeImage()
153 Trace.beginSection("feed"); in recognizeImage()
160 Trace.beginSection("run"); in recognizeImage()
167 Trace.beginSection("fetch"); in recognizeImage()
DTensorFlowMultiBoxDetector.java205 Trace.beginSection("recognizeImage"); in recognizeImage()
207 Trace.beginSection("preprocessBitmap"); in recognizeImage()
220 Trace.beginSection("feed"); in recognizeImage()
225 Trace.beginSection("run"); in recognizeImage()
230 Trace.beginSection("fetch"); in recognizeImage()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DTraceUtil.java35 public static void beginSection(String sectionName) { in beginSection() method in TraceUtil
54 android.os.Trace.beginSection(sectionName); in beginSectionV18()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DL.java30 public static void beginSection(String section) { in beginSection() method in L
40 TraceCompat.beginSection(section); in beginSection()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java141 L.beginSection("StrokeContent#draw"); in draw()
167 L.beginSection("StrokeContent#buildPath"); in draw()
173 L.beginSection("StrokeContent#drawPath"); in draw()
182 L.beginSection("StrokeContent#applyTrimPath"); in applyTrimPath()
249 L.beginSection("StrokeContent#getBounds"); in getBounds()
274 L.beginSection("StrokeContent#applyDashPattern"); in applyDashPatternIfNeeded()
/external/oboe/src/common/
DStabilizedCallback.cpp67 Trace::beginSection("Actual load"); in onAudioReady()
74 Trace::beginSection("Stabilized load for %lldns", stabilizingLoadDurationNanos); in onAudioReady()

123