/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 99 OP(GetUniformfv) /* 342 */ \
|
D | gles2_cmd_format_autogen.h | 3808 struct GetUniformfv { struct 3809 typedef GetUniformfv ValueType; argument 3848 COMPILE_ASSERT(sizeof(GetUniformfv) == 20, argument 3850 COMPILE_ASSERT(offsetof(GetUniformfv, header) == 0, 3852 COMPILE_ASSERT(offsetof(GetUniformfv, program) == 4, 3854 COMPILE_ASSERT(offsetof(GetUniformfv, location) == 8, 3856 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_id) == 12, 3858 COMPILE_ASSERT(offsetof(GetUniformfv, params_shm_offset) == 16,
|
D | gles2_cmd_format_test_autogen.h | 1470 TEST_F(GLES2FormatTest, GetUniformfv) { in TEST_F() argument 1471 cmds::GetUniformfv& cmd = *GetBufferAs<cmds::GetUniformfv>(); in TEST_F() 1478 EXPECT_EQ(static_cast<uint32>(cmds::GetUniformfv::kCmdId), in TEST_F()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 89 #define glGetUniformfv GLES2_GET_FUN(GetUniformfv)
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest.cc | 1222 GetUniformfv::Result* result = in TEST_F() 1223 static_cast<GetUniformfv::Result*>(shared_memory_address_); in TEST_F() 1225 GetUniformfv cmd; in TEST_F() 1229 EXPECT_CALL(*gl_, GetUniformfv(kServiceProgramId, kUniform2RealLocation, _)) in TEST_F() 1237 GetUniformfv::Result* result = in TEST_F() 1238 static_cast<GetUniformfv::Result*>(shared_memory_address_); in TEST_F() 1240 GetUniformfv cmd; in TEST_F() 1245 GetUniformfv(kServiceProgramId, kUniform2ElementRealLocation, _)) in TEST_F() 1253 GetUniformfv::Result* result = in TEST_F() 1254 static_cast<GetUniformfv::Result*>(shared_memory_address_); in TEST_F() [all …]
|
D | gles2_cmd_decoder.cc | 8772 uint32 immediate_data_size, const cmds::GetUniformfv& c) { in HandleGetUniformfv() 8778 typedef cmds::GetUniformfv::Result Result; in HandleGetUniformfv()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 640 void GetUniformfv( in GetUniformfv() function 644 ToGles2Impl(&enter)->GetUniformfv(program, location, params); in GetUniformfv() 1437 &GetUniformfv, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 239 void GLES2InterfaceStub::GetUniformfv( in GetUniformfv() function
|
D | gles2_trace_implementation_impl_autogen.h | 434 void GLES2TraceImplementation::GetUniformfv( in GetUniformfv() function 437 gl_->GetUniformfv(program, location, params); in GetUniformfv()
|
D | gles2_implementation.cc | 2195 void GLES2Implementation::GetUniformfv( in GetUniformfv() function in gpu::gles2::GLES2Implementation 2202 typedef cmds::GetUniformfv::Result Result; in GetUniformfv() 2208 helper_->GetUniformfv( in GetUniformfv() 2236 GetResultAs<cmds::GetUniformfv::Result*>()->CopyResult(params); in GetUniformiv()
|
D | gles2_interface_autogen.h | 122 virtual void GetUniformfv(GLuint program, GLint location, GLfloat* params) = 0;
|
D | gles2_cmd_helper_autogen.h | 731 void GetUniformfv( in GetUniformfv() function 734 gles2::cmds::GetUniformfv* c = GetCmdSpace<gles2::cmds::GetUniformfv>(); in GetUniformfv()
|
D | gles2_trace_implementation_autogen.h | 129 virtual void GetUniformfv(
|
D | gles2_interface_stub_autogen.h | 129 virtual void GetUniformfv(
|
D | gles2_implementation_autogen.h | 200 virtual void GetUniformfv(
|
D | gles2_c_lib_autogen.h | 276 gles2::GetGLContext()->GetUniformfv(program, location, params); in GLES2GetUniformfv()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 174 void (*GetUniformfv)( member
|
/external/chromium_org/third_party/angle/extensions/ |
D | EXT_robustness.txt | 226 void GetUniformfv(uint program, int location, float *params);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 564 #define glGetUniformfv GLES2_GET_FUN(GetUniformfv)
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 774 DELEGATE_TO_GL_3(getUniformfv, GetUniformfv, WebGLId, WGC3Dint, WGC3Dfloat*) in DELEGATE_TO_GL_3()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 405 glGetInterfacePPAPI()->GetUniformfv( in glGetUniformfv()
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 895 DELEGATE_TO_GL_3(getUniformfv, GetUniformfv, WebGLId, WGC3Dint, WGC3Dfloat*) in DELEGATE_TO_GL_3()
|
/external/chromium_org/gpu/command_buffer/docs/ |
D | gles2_cmd_format_docs.txt | 1252 struct GetUniformfv {
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 861 #define glGetUniformfv MANGLE(GetUniformfv)
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl_mangle.h | 861 #define glGetUniformfv MANGLE(GetUniformfv)
|