Searched refs:GetUniformfv (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h105 OP(GetUniformfv) /* 348 */ \
H A Dgles2_cmd_format_test_autogen.h1504 TEST_F(GLES2FormatTest, GetUniformfv) {
1505 cmds::GetUniformfv& cmd = *GetBufferAs<cmds::GetUniformfv>();
1512 EXPECT_EQ(static_cast<uint32>(cmds::GetUniformfv::kCmdId),
H A Dgles2_cmd_format_autogen.h4089 struct GetUniformfv { struct
4090 typedef GetUniformfv ValueType;
4129 COMPILE_ASSERT(sizeof(GetUniformfv) == 20,
4131 COMPILE_ASSERT(offsetof(GetUniformfv, header) == 0,
4133 COMPILE_ASSERT(offsetof(GetUniformfv, program) == 4,
4135 COMPILE_ASSERT(offsetof(GetUniformfv, location) == 8,
4137 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_id) == 12,
4139 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_offset) == 16,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h89 #define glGetUniformfv GLES2_GET_FUN(GetUniformfv)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc404 void GetUniformfv( function in namespace:ppapi::__anon9519
406 GetGLES(context_id)->GetUniformfv(program, location, params);
920 &GetUniformfv,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc1221 GetUniformfv::Result* result =
1222 static_cast<GetUniformfv::Result*>(shared_memory_address_);
1224 GetUniformfv cmd;
1228 EXPECT_CALL(*gl_, GetUniformfv(kServiceProgramId, kUniform2RealLocation, _))
1236 GetUniformfv::Result* result =
1237 static_cast<GetUniformfv::Result*>(shared_memory_address_);
1239 GetUniformfv cmd;
1244 GetUniformfv(kServiceProgramId, kUniform2ElementRealLocation, _))
1252 GetUniformfv::Result* result =
1253 static_cast<GetUniformfv
[all...]
H A Dgles2_cmd_decoder.cc8580 uint32 immediate_data_size, const cmds::GetUniformfv& c) {
8586 typedef cmds::GetUniformfv::Result Result;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h239 void GLES2InterfaceStub::GetUniformfv( function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h434 void GLES2TraceImplementation::GetUniformfv( function in class:GLES2TraceImplementation
436 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetUniformfv");
437 gl_->GetUniformfv(program, location, params);
H A Dgles2_implementation.cc2137 void GLES2Implementation::GetUniformfv( function in class:gpu::gles2::GLES2Implementation
2143 TRACE_EVENT0("gpu", "GLES2::GetUniformfv");
2144 typedef cmds::GetUniformfv::Result Result;
2150 helper_->GetUniformfv(
2178 GetResultAs<cmds::GetUniformfv::Result*>()->CopyResult(params);
H A Dgles2_implementation_autogen.h200 virtual void GetUniformfv(
H A Dgles2_interface_autogen.h122 virtual void GetUniformfv(GLuint program, GLint location, GLfloat* params) = 0;
H A Dgles2_interface_stub_autogen.h129 virtual void GetUniformfv(
H A Dgles2_trace_implementation_autogen.h129 virtual void GetUniformfv(
H A Dgles2_cmd_helper_autogen.h784 void GetUniformfv( function
787 gles2::cmds::GetUniformfv* c = GetCmdSpace<gles2::cmds::GetUniformfv>();
H A Dgles2_c_lib_autogen.h276 gles2::GetGLContext()->GetUniformfv(program, location, params);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h174 void (*GetUniformfv)( member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c405 glGetInterfacePPAPI()->GetUniformfv(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h564 #define glGetUniformfv GLES2_GET_FUN(GetUniformfv)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc794 DELEGATE_TO_GL_3(getUniformfv, GetUniformfv, WebGLId, WGC3Dint, WGC3Dfloat*)
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc1039 DELEGATE_TO_GL_3(getUniformfv, GetUniformfv, WebGLId, WGC3Dint, WGC3Dfloat*)
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h861 #define glGetUniformfv MANGLE(GetUniformfv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h861 #define glGetUniformfv MANGLE(GetUniformfv)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h719 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params);
6202 GLAPI void APIENTRY GLAPI_PREFIX(GetUniformfv)(GLuint program, GLint location, GLfloat *params) function
12460 ".globl "GLAPI_PREFIX_STR(GetUniformfv)"\n"
12461 ".set "GLAPI_PREFIX_STR(GetUniformfv)", "GLAPI_PREFIX_STR(GetUniformfvARB)"\n"
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h4281 KEYWORD1 void KEYWORD2 NAME(GetUniformfv)(GLuint program, GLint location, GLfloat * params) function
9425 TABLE_ENTRY(GetUniformfv),

Completed in 334 milliseconds

12