Home
last modified time | relevance | path

Searched defs:program (Results 26 – 50 of 1539) sorted by relevance

12345678910>>...62

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp152 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local
171 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local
188 glu::ShaderProgram program(m_context.getRenderContext(), in iterate() local
279 glu::ShaderProgram program( in iterate() local
301 glu::ShaderProgram program( in iterate() local
324 glu::ShaderProgram program( in iterate() local
416 glu::Program program(m_context.getRenderContext()); in iterate() local
423 glu::Program program(m_context.getRenderContext()); in iterate() local
445 glu::Program program(m_context.getRenderContext()); in iterate() local
529 …glu::ShaderProgram program(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSour… in iterate() local
[all …]
H A Des31fNegativeComputeTests.cpp87 void verifyLinkError(NegativeTestContext &ctx, const glu::ShaderProgram &program) in verifyLinkError()
104 void verifyCompileError(NegativeTestContext &ctx, const glu::ShaderProgram &program, glu::ShaderTyp… in verifyCompileError()
193 glu::ShaderProgram program( in exceed_uniform_block_limit() local
212 glu::ShaderProgram program( in exceed_shader_storage_block_limit() local
237 glu::ShaderProgram program( in exceed_texture_image_units_limit() local
279 glu::ShaderProgram program( in exceed_image_uniforms_limit() local
303 glu::ShaderProgram program( in exceed_shared_memory_size_limit() local
327 glu::ShaderProgram program( in exceed_uniform_components_limit() local
360 glu::ShaderProgram program( in exceed_atomic_counter_buffer_limit() local
387 glu::ShaderProgram program( in exceed_atomic_counters_limit() local
[all …]
H A Des31fNegativeStateApiTests.cpp309 GLuint program = ctx.glCreateProgram(); in get_attached_shaders() local
335 GLuint program = ctx.glCreateProgram(); in get_shaderiv() local
364 GLuint program = ctx.glCreateProgram(); in get_shader_info_log() local
414 GLuint program = ctx.glCreateProgram(); in get_shader_source() local
440 GLuint program = ctx.glCreateProgram(); in get_programiv() local
465 GLuint program = ctx.glCreateProgram(); in get_program_info_log() local
553 glu::ShaderProgram program(ctx.getRenderContext(), in get_uniformfv() local
599 glu::ShaderProgram program(ctx.getRenderContext(), in get_nuniformfv() local
651 glu::ShaderProgram program(ctx.getRenderContext(), in get_uniformiv() local
696 glu::ShaderProgram program(ctx.getRenderContext(), in get_nuniformiv() local
[all …]
H A Des31fNegativeTessellationTests.cpp140 glu::ShaderProgram program( in single_tessellation_stage() local
161 glu::ShaderProgram program( in single_tessellation_stage() local
187 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
205 glu::ShaderProgram program(ctx.getRenderContext(), in single_tessellation_stage() local
236 glu::ShaderProgram program(ctx.getRenderContext(), in invalid_primitive_mode() local
263 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_not_active() local
365 glu::ShaderProgram program(ctx.getRenderContext(), in tessellation_control_invalid_vertex_count() local
385 GLuint program = ctx.glCreateProgram(); in invalid_get_programiv() local
H A Des31fNegativeVertexArrayApiTests.cpp443 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_arrays() local
511 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_arrays_incomplete_primitive() local
554 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_elements() local
673 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_elements_incomplete_primitive() local
797 glu::ShaderProgram program(ctx.getRenderContext(), in draw_elements_base_vertex_primitive_mode_mismatch() local
821 glu::ShaderProgram program(ctx.getRenderContext(), in draw_arrays_instanced() local
899 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_arrays_instanced_incomplete_primitive() local
944 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_elements_instanced() local
1072 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_elements_instanced_incomplete_primitive() local
1158 …glu::ShaderProgram program(rc, glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderSource).spe… in draw_elements_instanced_base_vertex() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dcompiler.hpp24 struct program struct
30 int& operator[](std::size_t i) { return code[i]; } in operator []()
31 int const& operator[](std::size_t i) const { return code[i]; } in operator []()
32 void clear() { code.clear(); variables.clear(); } in clear()
56 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler()
77 client::code_gen::program& program; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dcompiler.hpp20 struct program struct
26 int& operator[](std::size_t i) { return code[i]; } in operator []()
27 int operator[](std::size_t i) const { return code[i]; } in operator []()
28 void clear() { code.clear(); variables.clear(); } in clear()
29 std::vector<int> const& operator()() const { return code; } in operator ()()
31 std::size_t nvars() const { return variables.size(); } in nvars()
56 client::code_gen::program& program in compiler()
75 client::code_gen::program& program; member
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp566 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_re… in android_glGetProgramInterfaceiv__III_3II()
611 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf)… in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2()
650 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceIndex__IILjava_lang_String_2()
686 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) { in android_glGetProgramResourceName()
694 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jin… in android_glGetProgramResourceiv__IIII_3III_3II_3II()
787 …(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, job… in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
862 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) { in android_glGetProgramResourceLocation__IILjava_lang_String_2()
898 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III()
909 (JNIEnv *_env, jobject _this, jint pipeline, jint program) { in android_glActiveShaderProgram__II()
1249 (JNIEnv *_env, jobject _this, jint program, jint location, jint v0) { in android_glProgramUniform1i__III()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp62 Program* program; member
368 calc_waves_per_workgroup(Program* program) in calc_waves_per_workgroup()
379 uses_scratch(Program* program) in uses_scratch()
386 get_extra_sgprs(Program* program) in get_extra_sgprs()
415 get_sgpr_alloc(Program* program, uint16_t addressable_sgprs) in get_sgpr_alloc()
423 get_vgpr_alloc(Program* program, uint16_t addressable_vgprs) in get_vgpr_alloc()
437 get_addr_sgpr_from_waves(Program* program, uint16_t waves) in get_addr_sgpr_from_waves()
447 get_addr_vgpr_from_waves(Program* program, uint16_t waves) in get_addr_vgpr_from_waves()
456 calc_min_waves(Program* program) in calc_min_waves()
464 max_suitable_waves(Program* program, uint16_t waves) in max_suitable_waves()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp186 void drawWithProgram(glu::RenderContext &renderCtx, uint32_t program) in drawWithProgram()
354 void logProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, ShaderAllocator… in logProgram()
369 void logVertexFragmentProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, in logVertexFragmentProgram()
489 const GLuint program = glCreateProgram(); in linkProgram() local
781 glu::Program program(renderCtx); in buildProgram() local
858 void ProgramStateCase::buildProgram(glu::Program &program, ShaderAllocator &shaders) in buildProgram()
875 void ProgramStateCase::verify(glu::Program &program, const glu::ProgramInfo &reference) in verify()
909 glu::Program program(renderCtx); in test() local
966 void executeForProgram(glu::Program &program, ShaderAllocator &shaders) in executeForProgram()
989 void executeForProgram(glu::Program &program, ShaderAllocator &shaders) in executeForProgram()
[all …]
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramItemViewTest.java167 ProgramImpl program = new ProgramImpl.Builder(baseProgram).build(); in setValue_programNoTitle() local
176 ProgramImpl program = in setValue_programTitle() local
186 ProgramImpl program = in setValue_programDescriptionBlocked() local
200 ProgramImpl program = in setValue_programEpisode() local
214 ProgramImpl program = in setValue_programEpisodeAndDescrition() local
231 ProgramImpl program = in setValue_scheduledConflict() local
246 ProgramImpl program = in setValue_scheduled() local
263 ProgramImpl program = in setValue_recordingInProgress() local
280 ProgramImpl program, ScheduledRecording scheduledRecording, boolean isBlocked) { in create30MinuteTableEntryFor()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c351 attach_shader_err(struct gl_context *ctx, GLuint program, GLuint shader, in attach_shader_err()
399 attach_shader_no_error(struct gl_context *ctx, GLuint program, GLuint shader) in attach_shader_no_error()
512 detach_shader(struct gl_context *ctx, GLuint program, GLuint shader, in detach_shader()
586 detach_shader_error(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader_error()
593 detach_shader_no_error(struct gl_context *ctx, GLuint program, GLuint shader) in detach_shader_no_error()
605 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders()
763 get_programiv(struct gl_context *ctx, GLuint program, GLenum pname, in get_programiv()
1078 get_program_info_log(struct gl_context *ctx, GLuint program, GLsizei bufSize, in get_program_info_log()
1576 validate_program(struct gl_context *ctx, GLuint program) in validate_program()
1598 _mesa_AttachObjectARB_no_error(GLhandleARB program, GLhandleARB shader) in _mesa_AttachObjectARB_no_error()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp1159 LayoutBindingTestResult LayoutBindingBaseCase::drawTestCompute(glw::GLint program, int binding) in drawTestCompute()
1248 LayoutBindingTestResult LayoutBindingBaseCase::drawTest(glw::GLint program, int binding) in drawTest()
1310 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_basic_default() local
1358 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_basic_explicit() local
1403 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_basic_multiple() local
1456 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_basic_render() local
1502 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_integer_constant() local
1544 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_integer_constant() local
1594 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_array_size() local
1656 LayoutBindingProgram::LayoutBindingProgramAutoPtr program(*this); in binding_array_implicit() local
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES31.cpp324 ShaderProgramID program, in ValidateProgramUniformBase()
338 ShaderProgramID program, in ValidateProgramUniformMatrixBase()
605 ShaderProgramID program, in ValidateProgramUniform1iBase()
614 ShaderProgramID program, in ValidateProgramUniform2iBase()
625 ShaderProgramID program, in ValidateProgramUniform3iBase()
637 ShaderProgramID program, in ValidateProgramUniform4iBase()
650 ShaderProgramID program, in ValidateProgramUniform1uiBase()
659 ShaderProgramID program, in ValidateProgramUniform2uiBase()
670 ShaderProgramID program, in ValidateProgramUniform3uiBase()
682 ShaderProgramID program, in ValidateProgramUniform4uiBase()
[all …]
H A DContext.cpp1169 void Context::deleteProgram(ShaderProgramID program) in deleteProgram()
1551 void Context::useProgram(ShaderProgramID program) in useProgram()
1561 ShaderProgramID program) in useProgramStages()
2980 void Context::bindUniformLocation(ShaderProgramID program, in bindUniformLocation()
2990 GLuint Context::getProgramResourceIndex(ShaderProgramID program, in getProgramResourceIndex()
2998 void Context::getProgramResourceName(ShaderProgramID program, in getProgramResourceName()
3009 GLint Context::getProgramResourceLocation(ShaderProgramID program, in getProgramResourceLocation()
3017 void Context::getProgramResourceiv(ShaderProgramID program, in getProgramResourceiv()
3031 void Context::getProgramInterfaceiv(ShaderProgramID program, in getProgramInterfaceiv()
3040 void Context::getProgramInterfaceivRobust(ShaderProgramID program, in getProgramInterfaceivRobust()
[all …]
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DLinkAndRelinkTest.cpp46 GLuint program = glCreateProgram(); in TEST_P() local
70 GLuint program = glCreateProgram(); in TEST_P() local
95 GLuint program = glCreateProgram(); in TEST_P() local
230 GLuint program = glCreateProgram(); in TEST_P() local
258 GLuint program = glCreateProgram(); in TEST_P() local
352 GLuint program = glCreateProgram(); in TEST_P() local
417 GLuint program = glCreateProgram(); in TEST_P() local
500 GLuint program = glCreateProgram(); in TEST_P() local
565 GLuint program = glCreateProgram(); in TEST_P() local
601 GLuint program = glCreateProgram(); in TEST_P() local
[all …]
H A DFramebufferFetchTest.cpp879 void BasicTest(GLProgram &program) in BasicTest()
908 void MultipleRenderTargetTest(GLProgram &program, WhichFragmentShader whichFragmentShader) in MultipleRenderTargetTest()
988 void MultipleRenderTargetArrayTest(GLProgram &program) in MultipleRenderTargetArrayTest()
1042 void MultipleDrawTest(GLProgram &program) in MultipleDrawTest()
1912 GLProgram program; in TEST_P() local
1926 GLProgram program; in TEST_P() local
1940 GLProgram program; in TEST_P() local
1954 GLProgram program; in TEST_P() local
1969 GLProgram program; in TEST_P() local
1985 GLProgram program; in TEST_P() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp461 void glAttachShader(GLuint program, GLuint shader) in glAttachShader()
467 void glBindAttribLocation(GLuint program, GLuint index, const GLchar* name) in glBindAttribLocation()
639 void glDeleteProgram(GLuint program) in glDeleteProgram()
683 void glDetachShader(GLuint program, GLuint shader) in glDetachShader()
789 void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,… in glGetActiveAttrib()
796 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size… in glGetActiveUniform()
803 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders()
809 int glGetAttribLocation(GLuint program, const GLchar* name) in glGetAttribLocation()
851 void glGetProgramiv(GLuint program, GLenum pname, GLint* params) in glGetProgramiv()
857 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog) in glGetProgramInfoLog()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_build_helpers.cpp68 clProgramWrapper program; in test_load_program_source() local
112 clProgramWrapper program; in test_load_multistring_source() local
149 cl_program program; in test_load_two_kernel_source() local
187 cl_program program; in test_load_null_terminated_source() local
214 cl_program program; in test_load_null_terminated_multi_line_source() local
245 cl_program program; in test_load_discreet_length_source() local
288 cl_program program; in test_load_null_terminated_partial_multi_line_source() local
330 cl_program program; in test_get_program_info() local
427 cl_program program; in test_get_program_source() local
482 cl_program program; in test_get_program_build_info() local
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/CInterface/
H A Dspirv_c_interface.cpp44 glslang::TProgram* program; member
86 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stag… in glslang_program_SPIRV_generate()
95 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang… in glslang_program_SPIRV_generate_with_options()
107 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program->… in glslang_program_SPIRV_get_size()
109 GLSLANG_EXPORT void glslang_program_SPIRV_get(glslang_program_t* program, unsigned int* out) in glslang_program_SPIRV_get()
114 GLSLANG_EXPORT unsigned int* glslang_program_SPIRV_get_ptr(glslang_program_t* program) in glslang_program_SPIRV_get_ptr()
119 GLSLANG_EXPORT const char* glslang_program_SPIRV_get_messages(glslang_program_t* program) in glslang_program_SPIRV_get_messages()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/CInterface/
Dspirv_c_interface.cpp42 glslang::TProgram* program; member
84 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stag… in glslang_program_SPIRV_generate()
93 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang… in glslang_program_SPIRV_generate_with_options()
105 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program->… in glslang_program_SPIRV_get_size()
107 GLSLANG_EXPORT void glslang_program_SPIRV_get(glslang_program_t* program, unsigned int* out) in glslang_program_SPIRV_get()
112 GLSLANG_EXPORT unsigned int* glslang_program_SPIRV_get_ptr(glslang_program_t* program) in glslang_program_SPIRV_get_ptr()
117 GLSLANG_EXPORT const char* glslang_program_SPIRV_get_messages(glslang_program_t* program) in glslang_program_SPIRV_get_messages()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_program.cc33 std::string GetProgramBuildInfo(cl_program program, cl_device_id id, in GetProgramBuildInfo()
53 absl::Status GetBinarySize(cl_program program, size_t* binary_size) { in GetBinarySize()
64 absl::Status BuildProgram(cl_program program, const CLDevice& device, in BuildProgram()
126 CLProgram::CLProgram(cl_program program, cl_device_id device_id) in CLProgram()
129 CLProgram::CLProgram(CLProgram&& program) in CLProgram() function in tflite::gpu::cl::CLProgram
134 CLProgram& CLProgram::operator=(CLProgram&& program) { in operator =()
174 cl_program program = clCreateProgramWithSource(context.context(), 1, &source, in CreateCLProgram() local
196 cl_program program = clCreateProgramWithBinary( in CreateCLProgramFromBinary() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/CInterface/
H A Dglslang_c_interface.cpp70 glslang::TProgram* program; member
467 GLSLANG_EXPORT void glslang_program_delete(glslang_program_t* program) in glslang_program_delete()
476 GLSLANG_EXPORT void glslang_program_add_shader(glslang_program_t* program, glslang_shader_t* shader) in glslang_program_add_shader()
481 GLSLANG_EXPORT int glslang_program_link(glslang_program_t* program, int messages) in glslang_program_link()
486 GLSLANG_EXPORT void glslang_program_add_source_text(glslang_program_t* program, glslang_stage_t sta… in glslang_program_add_source_text()
491 GLSLANG_EXPORT void glslang_program_set_source_file(glslang_program_t* program, glslang_stage_t sta… in glslang_program_set_source_file()
496 GLSLANG_EXPORT int glslang_program_map_io(glslang_program_t* program) in glslang_program_map_io()
501 GLSLANG_EXPORT int glslang_program_map_io_with_resolver_and_mapper(glslang_program_t* program, glsl… in glslang_program_map_io_with_resolver_and_mapper()
506 GLSLANG_EXPORT const char* glslang_program_get_info_log(glslang_program_t* program) in glslang_program_get_info_log()
511 GLSLANG_EXPORT const char* glslang_program_get_info_debug_log(glslang_program_t* program) in glslang_program_get_info_debug_log()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp111 bool verifyProgramParam(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLenum … in verifyProgramParam()
187 void verifyUniformValue1f(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue1f()
207 void verifyUniformValue2f(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue2f()
228 void verifyUniformValue3f(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue3f()
249 void verifyUniformValue4f(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue4f()
271 void verifyUniformValue1i(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue1i()
291 void verifyUniformValue2i(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue2i()
312 void verifyUniformValue3i(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue3i()
333 void verifyUniformValue4i(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint… in verifyUniformValue4i()
356 void verifyUniformValues(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLuint program, GLint … in verifyUniformValues()
[all …]
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl7 void CallLogWrapper::glActiveShaderProgram (glw::GLuint pipeline, glw::GLuint program)
21 void CallLogWrapper::glAttachShader (glw::GLuint program, glw::GLuint shader)
56 void CallLogWrapper::glBindAttribLocation (glw::GLuint program, glw::GLuint index, const glw::GLcha…
98 void CallLogWrapper::glBindFragDataLocation (glw::GLuint program, glw::GLuint color, const glw::GLc…
105 void CallLogWrapper::glBindFragDataLocationIndexed (glw::GLuint program, glw::GLuint colorNumber, g…
1008 void CallLogWrapper::glDeleteProgram (glw::GLuint program)
1141 void CallLogWrapper::glDetachShader (glw::GLuint program, glw::GLuint shader)
1713 void CallLogWrapper::glGetActiveAtomicCounterBufferiv (glw::GLuint program, glw::GLuint bufferIndex…
1720 void CallLogWrapper::glGetActiveAttrib (glw::GLuint program, glw::GLuint index, glw::GLsizei bufSiz…
1727 void CallLogWrapper::glGetActiveSubroutineName (glw::GLuint program, glw::GLenum shadertype, glw::G…
[all …]

12345678910>>...62