Home
last modified time | relevance | path

Searched refs:_mesa_enum_to_string (Results 1 – 25 of 90) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
Dprogram_resource.c95 program, _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
96 _mesa_enum_to_string(pname), params); in _mesa_GetProgramInterfaceiv()
115 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramInterfaceiv()
131 _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
132 _mesa_enum_to_string(pname)); in _mesa_GetProgramInterfaceiv()
201 _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
202 _mesa_enum_to_string(pname)); in _mesa_GetProgramInterfaceiv()
227 _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
228 _mesa_enum_to_string(pname)); in _mesa_GetProgramInterfaceiv()
234 _mesa_enum_to_string(pname)); in _mesa_GetProgramInterfaceiv()
[all …]
Ddrawpix.c57 _mesa_enum_to_string(format), in _mesa_DrawPixels()
58 _mesa_enum_to_string(type), in _mesa_DrawPixels()
60 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels()
100 _mesa_enum_to_string(format), in _mesa_DrawPixels()
101 _mesa_enum_to_string(type)); in _mesa_DrawPixels()
202 _mesa_enum_to_string(type), in _mesa_CopyPixels()
203 _mesa_enum_to_string(ctx->ReadBuffer->ColorReadBuffer), in _mesa_CopyPixels()
204 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_CopyPixels()
222 _mesa_enum_to_string(type)); in _mesa_CopyPixels()
Dtexstate.c126 printf(" GL_TEXTURE_ENV_MODE = %s\n", _mesa_enum_to_string(texUnit->EnvMode)); in _mesa_print_texunit_state()
127 printf(" GL_COMBINE_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.ModeRGB)); in _mesa_print_texunit_state()
128 printf(" GL_COMBINE_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.ModeA)); in _mesa_print_texunit_state()
129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceRGB[0])); in _mesa_print_texunit_state()
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceRGB[1])); in _mesa_print_texunit_state()
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceRGB[2])); in _mesa_print_texunit_state()
132 printf(" GL_SOURCE0_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceA[0])); in _mesa_print_texunit_state()
133 printf(" GL_SOURCE1_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceA[1])); in _mesa_print_texunit_state()
134 printf(" GL_SOURCE2_ALPHA = %s\n", _mesa_enum_to_string(texUnit->Combine.SourceA[2])); in _mesa_print_texunit_state()
135 printf(" GL_OPERAND0_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.OperandRGB[0])); in _mesa_print_texunit_state()
[all …]
Dblend.c131 _mesa_enum_to_string(sfactorRGB)); in validate_blend_factors()
138 _mesa_enum_to_string(dfactorRGB)); in validate_blend_factors()
145 _mesa_enum_to_string(sfactorA)); in validate_blend_factors()
152 _mesa_enum_to_string(dfactorA)); in validate_blend_factors()
225 _mesa_enum_to_string(sfactorRGB), in _mesa_BlendFuncSeparate()
226 _mesa_enum_to_string(dfactorRGB), in _mesa_BlendFuncSeparate()
227 _mesa_enum_to_string(sfactorA), in _mesa_BlendFuncSeparate()
228 _mesa_enum_to_string(dfactorA)); in _mesa_BlendFuncSeparate()
422 _mesa_enum_to_string(mode)); in _mesa_BlendEquation()
476 buf, _mesa_enum_to_string(mode)); in _mesa_BlendEquationiARB()
[all …]
Datifragshader.c137 fprintf(stderr, "%s(%s, %s", op_name, _mesa_enum_to_string(op), in debug_op()
138 _mesa_enum_to_string(dst)); in debug_op()
144 fprintf(stderr, ", %s, %s, %d", _mesa_enum_to_string(arg1), in debug_op()
145 _mesa_enum_to_string(arg1Rep), arg1Mod); in debug_op()
147 fprintf(stderr, ", %s, %s, %d", _mesa_enum_to_string(arg2), in debug_op()
148 _mesa_enum_to_string(arg2Rep), arg2Mod); in debug_op()
150 fprintf(stderr, ", %s, %s, %d", _mesa_enum_to_string(arg3), in debug_op()
151 _mesa_enum_to_string(arg3Rep), arg3Mod); in debug_op()
397 const char *op_enum = op > 5 ? _mesa_enum_to_string(op) : "0"; in _mesa_EndFragmentShaderATI()
406 const char *op0_enum = op0 > 5 ? _mesa_enum_to_string(op0) : "0"; in _mesa_EndFragmentShaderATI()
[all …]
Dbuffers.c276 _mesa_debug(ctx, "%s %s\n", caller, _mesa_enum_to_string(buffer)); in draw_buffer()
289 _mesa_enum_to_string(buffer)); in draw_buffer()
296 caller, _mesa_enum_to_string(buffer)); in draw_buffer()
404 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
437 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
493 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
507 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
519 caller, _mesa_enum_to_string(buffers[output])); in draw_buffers()
751 _mesa_debug(ctx, "%s %s\n", caller, _mesa_enum_to_string(buffer)); in read_buffer()
767 _mesa_enum_to_string(buffer)); in read_buffer()
[all …]
Dqueryobj.c299 _mesa_enum_to_string(target)); in _mesa_CreateQueries()
394 _mesa_enum_to_string(target), index, id); in _mesa_BeginQueryIndexed()
416 _mesa_enum_to_string(target)); in _mesa_BeginQueryIndexed()
500 _mesa_enum_to_string(target), index); in _mesa_EndQueryIndexed()
520 _mesa_enum_to_string(target), in _mesa_EndQueryIndexed()
521 _mesa_enum_to_string(q->Target)); in _mesa_EndQueryIndexed()
557 _mesa_enum_to_string(target)); in _mesa_QueryCounter()
632 _mesa_enum_to_string(target), in _mesa_GetQueryIndexediv()
634 _mesa_enum_to_string(pname)); in _mesa_GetQueryIndexediv()
716 _mesa_enum_to_string(target)); in _mesa_GetQueryIndexediv()
[all …]
Dteximage.c1749 callerName, _mesa_enum_to_string(format), in texture_format_error_check_gles()
1750 _mesa_enum_to_string(type), in texture_format_error_check_gles()
1751 _mesa_enum_to_string(internalFormat)); in texture_format_error_check_gles()
1759 callerName, _mesa_enum_to_string(format), in texture_format_error_check_gles()
1760 _mesa_enum_to_string(type)); in texture_format_error_check_gles()
1848 dimensions, _mesa_enum_to_string(format), in texture_error_check()
1849 _mesa_enum_to_string(type)); in texture_error_check()
1857 dimensions, _mesa_enum_to_string(internalFormat)); in texture_error_check()
1883 dimensions, _mesa_enum_to_string(internalFormat), in texture_error_check()
1884 _mesa_enum_to_string(format)); in texture_error_check()
[all …]
Dtexstorage.c330 _mesa_enum_to_string(internalformat)); in tex_storage_error_check()
489 dims, _mesa_enum_to_string(target)); in texstorage()
496 _mesa_enum_to_string(target), levels, in texstorage()
497 _mesa_enum_to_string(internalformat), in texstorage()
504 _mesa_enum_to_string(internalformat)); in texstorage()
531 _mesa_enum_to_string(internalformat), in texturestorage()
538 _mesa_enum_to_string(internalformat)); in texturestorage()
556 dims, _mesa_enum_to_string(texObj->Target)); in texturestorage()
Dfbobject.c2116 func, _mesa_enum_to_string(internalFormat)); in renderbuffer_storage()
2176 _mesa_enum_to_string(internalFormat), in renderbuffer_storage_named()
2181 _mesa_enum_to_string(internalFormat), in renderbuffer_storage_named()
2212 _mesa_enum_to_string(target), in renderbuffer_storage_target()
2213 _mesa_enum_to_string(internalFormat), in renderbuffer_storage_target()
2218 _mesa_enum_to_string(target), in renderbuffer_storage_target()
2219 _mesa_enum_to_string(internalFormat), in renderbuffer_storage_target()
2392 _mesa_enum_to_string(pname)); in get_render_buffer_parameteriv()
2787 _mesa_enum_to_string(target)); in _mesa_CheckFramebufferStatus()
2793 _mesa_enum_to_string(target)); in _mesa_CheckFramebufferStatus()
[all …]
Dgenmipmap.c147 _mesa_enum_to_string(srcImage->InternalFormat)); in _mesa_generate_texture_mipmap()
182 _mesa_enum_to_string(target)); in _mesa_GenerateMipmap()
208 _mesa_enum_to_string(texObj->Target)); in _mesa_GenerateTextureMipmap()
Dpolygon.c59 _mesa_debug(ctx, "glCullFace %s\n", _mesa_enum_to_string(mode)); in _mesa_CullFace()
94 _mesa_debug(ctx, "glFrontFace %s\n", _mesa_enum_to_string(mode)); in _mesa_FrontFace()
131 _mesa_enum_to_string(face), in _mesa_PolygonMode()
132 _mesa_enum_to_string(mode)); in _mesa_PolygonMode()
Dformatquery.c92 _mesa_enum_to_string(target)); in _legal_parameters()
110 _mesa_enum_to_string(target)); in _legal_parameters()
119 _mesa_enum_to_string(target)); in _legal_parameters()
144 _mesa_enum_to_string(pname)); in _legal_parameters()
227 _mesa_enum_to_string(pname)); in _legal_parameters()
236 _mesa_enum_to_string(pname)); in _legal_parameters()
250 _mesa_enum_to_string(target)); in _legal_parameters()
263 _mesa_enum_to_string(internalformat)); in _legal_parameters()
Dcopyimage.c105 _mesa_enum_to_string(target)); in prepare_target()
169 _mesa_enum_to_string(target)); in prepare_target()
475 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData()
477 dstName, _mesa_enum_to_string(dstTarget), dstLevel, in _mesa_CopyImageSubData()
Dcondrender.c90 _mesa_enum_to_string(mode)); in _mesa_BeginConditionalRender()
187 _mesa_enum_to_string(ctx->Query.CondRenderMode)); in _mesa_check_conditional_render()
Dhint.c43 _mesa_enum_to_string(target), in _mesa_Hint()
44 _mesa_enum_to_string(mode)); in _mesa_Hint()
Dtextureview.c419 _mesa_enum_to_string(newTarget)); in target_valid()
541 texture, _mesa_enum_to_string(target), origtexture, in _mesa_TextureView()
542 _mesa_enum_to_string(internalformat), in _mesa_TextureView()
629 _mesa_enum_to_string(internalformat), in _mesa_TextureView()
630 _mesa_enum_to_string(origTexObj->Image[0][0]->InternalFormat)); in _mesa_TextureView()
Dblit.c217 _mesa_enum_to_string(filter)); in _mesa_blit_framebuffer()
225 _mesa_enum_to_string(filter)); in _mesa_blit_framebuffer()
562 mask, _mesa_enum_to_string(filter)); in _mesa_BlitFramebuffer()
587 mask, _mesa_enum_to_string(filter)); in _mesa_BlitNamedFramebuffer()
Dtexenv.c45 _mesa_error(ctx, errCode, msg, _mesa_enum_to_string(value));
487 _mesa_enum_to_string(target)); in _mesa_TexEnvfv()
493 _mesa_enum_to_string(target), in _mesa_TexEnvfv()
494 _mesa_enum_to_string(pname), in _mesa_TexEnvfv()
496 _mesa_enum_to_string((GLenum) iparam0)); in _mesa_TexEnvfv()
Denums.h45 extern const char *_mesa_enum_to_string( int nr );
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c609 _mesa_enum_to_string(mode), start, count); in vbo_exec_DrawArrays()
636 _mesa_enum_to_string(mode), start, count, numInstances); in vbo_exec_DrawArraysInstanced()
665 _mesa_enum_to_string(mode), first, count, in vbo_exec_DrawArraysInstancedBaseInstance()
843 _mesa_enum_to_string(mode), start, end, count, in vbo_exec_DrawRangeElementsBaseVertex()
844 _mesa_enum_to_string(type), indices, basevertex); in vbo_exec_DrawRangeElementsBaseVertex()
918 _mesa_enum_to_string(mode), start, end, count, in vbo_exec_DrawRangeElements()
919 _mesa_enum_to_string(type), indices); in vbo_exec_DrawRangeElements()
938 _mesa_enum_to_string(mode), count, in vbo_exec_DrawElements()
939 _mesa_enum_to_string(type), indices); in vbo_exec_DrawElements()
960 _mesa_enum_to_string(mode), count, in vbo_exec_DrawElementsBaseVertex()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c69 _mesa_enum_to_string(swrap), in r200SetTexWrap()
70 _mesa_enum_to_string(twrap), in r200SetTexWrap()
71 _mesa_enum_to_string(rwrap)); in r200SetTexWrap()
226 _mesa_enum_to_string(minf), in r200SetTexFilter()
227 _mesa_enum_to_string(magf), in r200SetTexFilter()
303 __func__, _mesa_enum_to_string( pname ) ); in r200TexEnv()
385 _mesa_enum_to_string( pname ) ); in r200TexParameter()
416 _mesa_enum_to_string(texObj->Target)); in r200DeleteTexture()
474 _mesa_enum_to_string(target), t); in r200NewTextureObject()
/external/mesa3d/src/mesa/main/tests/
Denum_strings.cpp42 _mesa_enum_to_string(everything[i].value)); in TEST()
48 EXPECT_STRCASEEQ("0xEEEE", _mesa_enum_to_string(0xEEEE)); in TEST()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_subimage.c212 _mesa_enum_to_string(texImage->TexObject->Target), in intelTexSubImage()
213 _mesa_enum_to_string(format), _mesa_enum_to_string(type), in intelTexSubImage()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c60 _mesa_enum_to_string(func), ref, mask); in i830StencilFuncSeparate()
98 _mesa_enum_to_string(fail), in i830StencilOpSeparate()
99 _mesa_enum_to_string(zfail), in i830StencilOpSeparate()
100 _mesa_enum_to_string(zpass)); in i830StencilOpSeparate()
392 _mesa_enum_to_string(modeRGB), in i830BlendEquationSeparate()
393 _mesa_enum_to_string(modeA)); in i830BlendEquationSeparate()
406 _mesa_enum_to_string(sfactorRGB), in i830BlendFuncSeparate()
407 _mesa_enum_to_string(dfactorRGB), in i830BlendFuncSeparate()
408 _mesa_enum_to_string(sfactorA), in i830BlendFuncSeparate()
409 _mesa_enum_to_string(dfactorA)); in i830BlendFuncSeparate()

1234